diff options
Diffstat (limited to 'library/demos/text.tcl')
-rw-r--r-- | library/demos/text.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/text.tcl b/library/demos/text.tcl index 97df780..78a4d56 100644 --- a/library/demos/text.tcl +++ b/library/demos/text.tcl @@ -3,7 +3,7 @@ # This demonstration script creates a text widget that describes # the basic editing functions. # -# SCCS: @(#) text.tcl 1.6 97/03/02 16:28:12 +# RCS: @(#) $Id: text.tcl,v 1.2 1998/09/14 18:23:30 stanton Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." |