summaryrefslogtreecommitdiff
path: root/tk/library/demos/hello
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/hello')
-rwxr-xr-xtk/library/demos/hello3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/hello b/tk/library/demos/hello
index 0fa5d05b837..ec8b798cd2d 100755
--- a/tk/library/demos/hello
+++ b/tk/library/demos/hello
@@ -6,7 +6,7 @@ exec wish "$0" "$@"
# Simple Tk script to create a button that prints "Hello, world".
# Click on the button to terminate the program.
#
-# SCCS: @(#) hello 1.6 96/02/16 10:49:18
+# RCS: @(#) $Id$
#
# The first line below creates the button, and the second line
# asks the packer to shrink-wrap the application's main window
@@ -16,3 +16,4 @@ button .hello -text "Hello, world" -command {
puts stdout "Hello, world"; destroy .
}
pack .hello
+