diff options
Diffstat (limited to 'library/demos/items.tcl')
-rw-r--r-- | library/demos/items.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/items.tcl b/library/demos/items.tcl index 83e6033..a91ab61 100644 --- a/library/demos/items.tcl +++ b/library/demos/items.tcl @@ -3,7 +3,7 @@ # This demonstration script creates a canvas that displays the # canvas item types. # -# SCCS: @(#) items.tcl 1.16 97/03/02 16:25:05 +# RCS: @(#) $Id: items.tcl,v 1.2 1998/09/14 18:23:29 stanton Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." |