diff options
Diffstat (limited to 'library/demos/bitmap.tcl')
-rw-r--r-- | library/demos/bitmap.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/bitmap.tcl b/library/demos/bitmap.tcl index 55f9e73..cdb6f13 100644 --- a/library/demos/bitmap.tcl +++ b/library/demos/bitmap.tcl @@ -3,7 +3,7 @@ # This demonstration script creates a toplevel window that displays # all of Tk's built-in bitmaps. # -# SCCS: @(#) bitmap.tcl 1.6 97/03/02 16:19:20 +# RCS: @(#) $Id: bitmap.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." |