aboutsummaryrefslogtreecommitdiff
path: root/demos/photoAlpha.tcl
diff options
context:
space:
mode:
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}