aboutsummaryrefslogtreecommitdiff
path: root/demos/transforms.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/transforms.tcl')
-rw-r--r--demos/transforms.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/transforms.tcl b/demos/transforms.tcl
index 679d583..26bc14f 100644
--- a/demos/transforms.tcl
+++ b/demos/transforms.tcl
@@ -71,7 +71,7 @@ namespace eval transforms {
variable itemType Rectangle
variable currentItem 0
- image create photo logo -file [file join [demosPath] images zinc.gif]
+ image create photo logo -file [file join $::zinc_demos images zinc.gif]
grid [frame $w.f] -row 2 -column 0 -columnspan 2 -sticky w