diff options
Diffstat (limited to 'library/demos/toolbar.tcl')
-rw-r--r-- | library/demos/toolbar.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/toolbar.tcl b/library/demos/toolbar.tcl index 073d538..74a490f 100644 --- a/library/demos/toolbar.tcl +++ b/library/demos/toolbar.tcl @@ -2,7 +2,7 @@ # # This demonstration script creates a toolbar that can be torn off. # -# RCS: @(#) $Id: toolbar.tcl,v 1.2 2007/10/23 06:31:16 das Exp $ +# RCS: @(#) $Id: toolbar.tcl,v 1.3 2007/12/13 15:27:07 dgp Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." |