OSDN Git Service

touched all tk files to ease next import
[pf3gnuchains/pf3gnuchains4x.git] / tk / library / demos / puzzle.tcl
index 7e3d9c8..0dcef21 100644 (file)
@@ -3,7 +3,7 @@
 # This demonstration script creates a 15-puzzle game using a collection
 # of buttons.
 #
-# SCCS: @(#) puzzle.tcl 1.5 97/03/02 16:26:32
+# RCS: @(#) $Id$
 
 if {![info exists widgetDemo]} {
     error "This script should be run from the \"widget\" demo."
@@ -71,3 +71,4 @@ for {set i 0} {$i < 15} {set i [expr $i+1]} {
 }
 set xpos(space) .75
 set ypos(space) .75
+