summaryrefslogtreecommitdiff
path: root/tk/library/demos/rolodex
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/rolodex')
-rwxr-xr-xtk/library/demos/rolodex3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/rolodex b/tk/library/demos/rolodex
index e3e0e5a2682..3e334f7ef70 100755
--- a/tk/library/demos/rolodex
+++ b/tk/library/demos/rolodex
@@ -8,7 +8,7 @@ exec wish "$0" "$@"
# feel of a rolodex program, although it's lifeless and doesn't
# actually do the rolodex application.
#
-# SCCS: @(#) rolodex 1.7 96/02/16 10:49:23
+# RCS: @(#) $Id$
foreach i [winfo child .] {
catch {destroy $i}
@@ -194,3 +194,4 @@ set helpTopics(version) {This is version 1.0.}
-underline 3
.menu.help.m add command -label "On Version..." -command {Help version} \
-underline 3
+