aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testzinc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testzinc.pl')
-rw-r--r--sandbox/testzinc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/testzinc.pl b/sandbox/testzinc.pl
index 28efa43..8770fff 100644
--- a/sandbox/testzinc.pl
+++ b/sandbox/testzinc.pl
@@ -3,7 +3,7 @@
use Tk;
$mw = MainWindow->new;
-$logo = $mw->Photo(-file => "/home/etienne/images/logo.gif");
+$logo = $mw->Photo(-file => "logo.gif");
# $canvas = $mw->Canvas;
# $canvas->pack(-expand => t, -fill => 'both');
# $text = $canvas->create('text', 30, 20, -width => 45, -text => "hello");