summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2004-06-28 22:36:18 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2004-06-28 22:36:18 (GMT)
commit5b64a1ac203af2ca52885f4c5e3cb0d08d8738f7 (patch)
treec3d937559170eed4a030119baa64109970166e26
parentf7d9ec212dea5059e7373dac346f1f8a1938f443 (diff)
downloadtk-5b64a1ac203af2ca52885f4c5e3cb0d08d8738f7.zip
tk-5b64a1ac203af2ca52885f4c5e3cb0d08d8738f7.tar.gz
tk-5b64a1ac203af2ca52885f4c5e3cb0d08d8738f7.tar.bz2
Fix minor mistake
-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."