diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-28 22:36:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-28 22:36:18 (GMT) |
commit | 81bb26d454846694876397a3efdd385ab742324d (patch) | |
tree | c3d937559170eed4a030119baa64109970166e26 | |
parent | 62db82987c41af18ad0badb76107d4bab0bb1b6e (diff) | |
download | tk-81bb26d454846694876397a3efdd385ab742324d.zip tk-81bb26d454846694876397a3efdd385ab742324d.tar.gz tk-81bb26d454846694876397a3efdd385ab742324d.tar.bz2 |
Fix minor mistake
-rw-r--r-- | library/demos/entry3.tcl | 4 |
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." |