diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/zinc.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/zinc.tcl b/sandbox/zinc.tcl index ecbab54..e959022 100644 --- a/sandbox/zinc.tcl +++ b/sandbox/zinc.tcl @@ -1,6 +1,6 @@ #!/usr/bin/wish8.0 -f -load tkzinc3.1.so +load tkzinc3.2.so #package require Img set top 1 @@ -9,8 +9,8 @@ set top 1 #memory trace on #memory validate on -image create photo logo -file /usr/share/toccata/images/logo.gif -image create photo logosmall -file /usr/share/toccata/images/logo-small.gif +image create photo logo -file logo.gif +image create photo logosmall -file logo.gif #image create photo bois -file texture-bois1.xpm #set r [zinc .r -backcolor gray -relief sunken -tile bois] |