aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testwind.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testwind.tcl')
-rw-r--r--sandbox/testwind.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/testwind.tcl b/sandbox/testwind.tcl
index 8ad97e0..5ff7f76 100644
--- a/sandbox/testwind.tcl
+++ b/sandbox/testwind.tcl
@@ -1,6 +1,6 @@
-#!/usr/bin/wish -f
+#!/usr/local/bin/wish -f
-load tkzinc3.1.so
+load ../tkzinc3.2.so
set top 1
@@ -11,7 +11,7 @@ pack .r -expand t -fill both
.r addtag controls withtag $top
set ent [entry .r.entry]
-set wind [.r add window $top -window $ent -position "100 100"
+set wind [.r add window $top -window $ent -position "100 100"]
set container [frame .r.cont -container t]
set id [winfo id $container]