From 065170fae3885e044b4f5fb8a7b361b8d84bf7bd Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 6 Aug 2013 18:56:21 +0200 Subject: [PATCH] most hardcoded stuff changed --- tools/testgui.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/testgui.pl b/tools/testgui.pl index 94605a2..2b0508c 100755 --- a/tools/testgui.pl +++ b/tools/testgui.pl @@ -23,7 +23,8 @@ use Environment; our $setupDir = SETUPDIR; our $confDir = CONFDIR; our $specDir = SPECDIR; -my $picPath = PICTUREPATHREL; +my $picPathRel= PICTUREPATHREL; +my $picPath = PICTUREPATH; my $setupFile = SETUPFILE; # the file that tells me what fields should be printed in the quick edit area -- 2.43.0