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..acbafce 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.1.4.1 1998/09/30 02:17:55 stanton Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." |