summaryrefslogtreecommitdiff
path: root/tk/library/demos/image2.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/image2.tcl')
-rw-r--r--tk/library/demos/image2.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/image2.tcl b/tk/library/demos/image2.tcl
index badea14fd32..827753cde2a 100644
--- a/tk/library/demos/image2.tcl
+++ b/tk/library/demos/image2.tcl
@@ -3,7 +3,7 @@
# This demonstration script creates a simple collection of widgets
# that allow you to select and view images in a Tk label.
#
-# SCCS: @(#) image2.tcl 1.9 97/03/02 16:24:48
+# RCS: @(#) $Id$
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
@@ -78,3 +78,4 @@ frame $w.spacer2 -height 3m -width 20
label $w.imageLabel -text "Image:"
label $w.image -image image2a
pack $w.spacer2 $w.imageLabel $w.image -side top -anchor w
+