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/testGraphics.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/testGraphics.tcl') 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 -- cgit v1.1