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