diff options
Diffstat (limited to 'library/demos/button.tcl')
-rw-r--r-- | library/demos/button.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/button.tcl b/library/demos/button.tcl index bb943e6..4daef7a 100644 --- a/library/demos/button.tcl +++ b/library/demos/button.tcl @@ -10,7 +10,7 @@ if {![info exists widgetDemo]} { package require Tk set w .button -catch {destroy $w} +destroy $w toplevel $w wm title $w "Button Demonstration" wm iconname $w "button" |