diff options
Diffstat (limited to 'library/demos/entry1.tcl')
-rw-r--r-- | library/demos/entry1.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/entry1.tcl b/library/demos/entry1.tcl index 0b68b68..5d00b2c 100644 --- a/library/demos/entry1.tcl +++ b/library/demos/entry1.tcl @@ -3,7 +3,7 @@ # This demonstration script creates several entry widgets without # scrollbars. # -# SCCS: @(#) entry1.tcl 1.5 97/03/02 16:22:10 +# RCS: @(#) $Id: entry1.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." |