aboutsummaryrefslogtreecommitdiff
path: root/demos/allOptions.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/allOptions.tcl')
-rw-r--r--demos/allOptions.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/allOptions.tcl b/demos/allOptions.tcl
index bc3e4d2..e4454fe 100644
--- a/demos/allOptions.tcl
+++ b/demos/allOptions.tcl
@@ -5,7 +5,7 @@ if {![info exists zincDemo]} {
error "This script should be run from the zinc-widget demo."
}
-set w .all_options
+set w .allOptions
catch {destroy $w}
toplevel $w
wm title $w "Zinc All Option Demonstration"