aboutsummaryrefslogtreecommitdiff
path: root/demos/testGraphics.tcl
diff options
context:
space:
mode:
authorlecoanet2005-04-12 09:06:30 +0000
committerlecoanet2005-04-12 09:06:30 +0000
commit9ad81315ebe57c2b80aaeed1c96326722c04f67d (patch)
treedf85b8c97a1ff3355ce5f8b04d335bf1232ae414 /demos/testGraphics.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/testGraphics.tcl')
-rw-r--r--demos/testGraphics.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testGraphics.tcl b/demos/testGraphics.tcl
index 78502db..20e64e5 100644
--- a/demos/testGraphics.tcl
+++ b/demos/testGraphics.tcl
@@ -2047,7 +2047,7 @@ namespace eval testGraphics {
-numpages 7 -overlap 2 -radius 8 \
-tabheight 26 -tabwidth {92 100 82 82 82 120 80}] break
# to find some images (used as textures) needed by this demo
- variable imagePath [file join [demosPath] images]
+ variable imagePath [file join $::zinc_demos images]
variable texture [image create photo -file [file join $imagePath paper.gif]]
# création des items zinc correspondants
variable i 0