diff options
author | stanton <stanton> | 1998-09-30 02:15:12 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-09-30 02:15:12 (GMT) |
commit | 3c1a537631e7e5fdc7c237b92a582824afea1fda (patch) | |
tree | 1da3d93d793cd6abb62cd2204f5e4f73406f2752 /library/demos/floor.tcl | |
parent | c16d45ef706cbb616125e57ec8a1f809bae3c9df (diff) | |
download | tk-3c1a537631e7e5fdc7c237b92a582824afea1fda.zip tk-3c1a537631e7e5fdc7c237b92a582824afea1fda.tar.gz tk-3c1a537631e7e5fdc7c237b92a582824afea1fda.tar.bz2 |
Merged 8.0.3 changes into 8.1
Diffstat (limited to 'library/demos/floor.tcl')
-rw-r--r-- | library/demos/floor.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/floor.tcl b/library/demos/floor.tcl index 30b62da..507964f 100644 --- a/library/demos/floor.tcl +++ b/library/demos/floor.tcl @@ -3,7 +3,7 @@ # This demonstration script creates a canvas widet that displays the # floorplan for DEC's Western Research Laboratory. # -# SCCS: @(#) floor.tcl 1.6 97/03/02 16:23:32 +# RCS: @(#) $Id: floor.tcl,v 1.1.4.1 1998/09/30 02:17:45 stanton Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." |