From 9ad81315ebe57c2b80aaeed1c96326722c04f67d Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 12 Apr 2005 09:06:30 +0000 Subject: Modified the way the library and demos paths are established. --- demos/photoAlpha.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/photoAlpha.tcl') 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} -- cgit v1.1