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