summaryrefslogtreecommitdiff
path: root/tk/library/demos/dialog2.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/dialog2.tcl')
-rw-r--r--tk/library/demos/dialog2.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/dialog2.tcl b/tk/library/demos/dialog2.tcl
index 0cc3bb6e1e7..6451c8dff45 100644
--- a/tk/library/demos/dialog2.tcl
+++ b/tk/library/demos/dialog2.tcl
@@ -2,7 +2,7 @@
#
# This demonstration script creates a dialog box with a global grab.
#
-# SCCS: @(#) dialog2.tcl 1.2 96/02/16 10:49:53
+# RCS: @(#) $Id$
after idle {
.dialog2.msg configure -wraplength 4i
@@ -17,3 +17,4 @@ switch $i {
1 {puts "You pressed Cancel"}
2 {showCode .dialog2}
}
+