From: Jan Michel Date: Tue, 6 Aug 2013 16:56:21 +0000 (+0200) Subject: most hardcoded stuff changed X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=065170fae3885e044b4f5fb8a7b361b8d84bf7bd;p=mvdsensorcontrol.git most hardcoded stuff changed --- 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