summaryrefslogtreecommitdiff
path: root/tk/library/demos/entry2.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/entry2.tcl')
-rw-r--r--tk/library/demos/entry2.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/entry2.tcl b/tk/library/demos/entry2.tcl
index d9b67cd846b..cf5c16c6c6d 100644
--- a/tk/library/demos/entry2.tcl
+++ b/tk/library/demos/entry2.tcl
@@ -3,7 +3,7 @@
# This demonstration script is the same as the entry1.tcl script
# except that it creates scrollbars for the entries.
#
-# SCCS: @(#) entry2.tcl 1.5 97/03/02 16:22:24
+# RCS: @(#) $Id$
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
@@ -46,3 +46,4 @@ $w.frame.e1 insert 0 "Initial value"
$w.frame.e2 insert end "This entry contains a long value, much too long "
$w.frame.e2 insert end "to fit in the window at one time, so long in fact "
$w.frame.e2 insert end "that you'll have to scan or scroll to see the end."
+