aboutsummaryrefslogtreecommitdiff
path: root/demos/photoAlpha.tcl
diff options
context:
space:
mode:
authorlecoanet2005-04-12 09:06:30 +0000
committerlecoanet2005-04-12 09:06:30 +0000
commit9ad81315ebe57c2b80aaeed1c96326722c04f67d (patch)
treedf85b8c97a1ff3355ce5f8b04d335bf1232ae414 /demos/photoAlpha.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/photoAlpha.tcl')
-rw-r--r--demos/photoAlpha.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/photoAlpha.tcl b/demos/photoAlpha.tcl
index 631c767..e3d41d6 100644
--- a/demos/photoAlpha.tcl
+++ b/demos/photoAlpha.tcl
@@ -8,8 +8,8 @@ if {![info exists zincDemo]} {
namespace eval photoAlpha {
package require Img
- variable girl [image create photo -file [file join [demosPath] images photoAlpha.png]]
- variable texture [image create photo -file [file join [demosPath] images stripped_texture.gif]]
+ variable girl [image create photo -file [file join $::zinc_demos images photoAlpha.png]]
+ variable texture [image create photo -file [file join $::zinc_demos images stripped_texture.gif]]
variable w .photoAlpha
catch {destroy $w}