summaryrefslogtreecommitdiff
path: root/tk/library/demos/bitmap.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/bitmap.tcl')
-rw-r--r--tk/library/demos/bitmap.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/bitmap.tcl b/tk/library/demos/bitmap.tcl
index 55f9e734946..5345b69ca05 100644
--- a/tk/library/demos/bitmap.tcl
+++ b/tk/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$
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
@@ -53,3 +53,4 @@ frame $w.frame
bitmapRow $w.frame.0 error gray12 gray25 gray50 gray75
bitmapRow $w.frame.1 hourglass info question questhead warning
pack $w.frame -side top -expand yes -fill both
+