diff options
-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." |