diff options
Diffstat (limited to 'library/demos/form.tcl')
-rw-r--r-- | library/demos/form.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/form.tcl b/library/demos/form.tcl index 3c43497..a6d5062 100644 --- a/library/demos/form.tcl +++ b/library/demos/form.tcl @@ -3,7 +3,7 @@ # This demonstration script creates a simple form with a bunch # of entry widgets. # -# SCCS: @(#) form.tcl 1.5 97/03/02 16:23:48 +# RCS: @(#) $Id: form.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." |