aboutsummaryrefslogtreecommitdiff
path: root/demos/magicLens.tcl
diff options
context:
space:
mode:
authorlecoanet2005-04-12 09:06:30 +0000
committerlecoanet2005-04-12 09:06:30 +0000
commit9ad81315ebe57c2b80aaeed1c96326722c04f67d (patch)
treedf85b8c97a1ff3355ce5f8b04d335bf1232ae414 /demos/magicLens.tcl
parentdeacce35a44fe95baffe942a8acae0da327de619 (diff)
downloadtkzinc-9ad81315ebe57c2b80aaeed1c96326722c04f67d.zip
tkzinc-9ad81315ebe57c2b80aaeed1c96326722c04f67d.tar.gz
tkzinc-9ad81315ebe57c2b80aaeed1c96326722c04f67d.tar.bz2
tkzinc-9ad81315ebe57c2b80aaeed1c96326722c04f67d.tar.xz
Modified the way the library and demos paths are established.
Diffstat (limited to 'demos/magicLens.tcl')
-rw-r--r--demos/magicLens.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/magicLens.tcl b/demos/magicLens.tcl
index c142d53..3a50e72 100644
--- a/demos/magicLens.tcl
+++ b/demos/magicLens.tcl
@@ -196,7 +196,7 @@ namespace eval magicLens {
grid columnconfigure $w 1 -weight 1
grid rowconfigure $w 1 -weight 2
- variable imagePath [file join [demosPath] images]
+ variable imagePath [file join $::zinc_demos images]
variable texture [image create photo -file [file join $imagePath paper-grey1.gif]]
variable lensTexture [image create photo -file [file join $imagePath paper-grey.gif]]
$zinc configure -tile $texture