diff options
Diffstat (limited to 'library/demos/menubu.tcl')
-rw-r--r-- | library/demos/menubu.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/menubu.tcl b/library/demos/menubu.tcl index 2a76e30..36e8858 100644 --- a/library/demos/menubu.tcl +++ b/library/demos/menubu.tcl @@ -3,7 +3,7 @@ # This demonstration script creates a window with a bunch of menus # and cascaded menus using menubuttons. # -# # SCCS: @(#) menubu.tcl 1.9 97/06/19 18:11:06 +# # RCS: @(#) $Id: menubu.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." |