summaryrefslogtreecommitdiffstats
path: root/library/demos/form.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/form.tcl')
-rw-r--r--library/demos/form.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/form.tcl b/library/demos/form.tcl
index 4d80437..3461247 100644
--- a/library/demos/form.tcl
+++ b/library/demos/form.tcl
@@ -10,7 +10,7 @@ if {![info exists widgetDemo]} {
package require Tk
set w .form
-catch {destroy $w}
+destroy $w
toplevel $w
wm title $w "Form Demonstration"
wm iconname $w "form"