From 037ad6f483e9eaae5c9bbf89c373c21991ed8258 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 21 Jun 2006 09:17:32 +0000 Subject: fix defaultimage --- proxy_wizard/Squid.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proxy_wizard') diff --git a/proxy_wizard/Squid.pm b/proxy_wizard/Squid.pm index 9693494e..7439f1c2 100755 --- a/proxy_wizard/Squid.pm +++ b/proxy_wizard/Squid.pm @@ -64,9 +64,9 @@ my $o = { test_host_domain($SHORTHOSTNAME, $DOMAINNAME); }, needed_rpm => [ 'squid' ], - defaultimage => "$ENV{__WIZ_HOME__}proxy_wizard/images/proxy.png" + defaultimage => "/usr/share/mcc/themes/default/drakproxy-mdk.png", }; -$::Wizard_pix_up = "/usr/share/mcc/themes/default/drakproxy-mdk.png"; + $o->{pages} = { welcome => { name => N("Proxy Configuration Wizard") . "\n\n" . N("Squid is a web caching proxy server, it allows faster web access for your local network.") . "\n\n" . N("This wizard will help you in configuring your proxy server."), -- cgit v1.2.1