summaryrefslogtreecommitdiffstats
path: root/library/demos
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-06-28 22:36:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-06-28 22:36:18 (GMT)
commit81bb26d454846694876397a3efdd385ab742324d (patch)
treec3d937559170eed4a030119baa64109970166e26 /library/demos
parent62db82987c41af18ad0badb76107d4bab0bb1b6e (diff)
downloadtk-81bb26d454846694876397a3efdd385ab742324d.zip
tk-81bb26d454846694876397a3efdd385ab742324d.tar.gz
tk-81bb26d454846694876397a3efdd385ab742324d.tar.bz2
Fix minor mistake
Diffstat (limited to 'library/demos')
-rw-r--r--library/demos/entry3.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/entry3.tcl b/library/demos/entry3.tcl
index 68f7e35..281714e 100644
--- a/library/demos/entry3.tcl
+++ b/library/demos/entry3.tcl
@@ -1,10 +1,10 @@
-# entry2.tcl --
+# entry3.tcl --
#
# This demonstration script creates several entry widgets whose
# permitted input is constrained in some way. It also shows off a
# password entry.
#
-# RCS: @(#) $Id: entry3.tcl,v 1.2 2003/08/20 23:02:18 hobbs Exp $
+# RCS: @(#) $Id: entry3.tcl,v 1.3 2004/06/28 22:36:18 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."