diff options
Diffstat (limited to 'library/demos/puzzle.tcl')
-rw-r--r-- | library/demos/puzzle.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/puzzle.tcl b/library/demos/puzzle.tcl index 7e3d9c8..e3ee8cc 100644 --- a/library/demos/puzzle.tcl +++ b/library/demos/puzzle.tcl @@ -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: puzzle.tcl,v 1.2 1998/09/14 18:23:29 stanton Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." |