summaryrefslogtreecommitdiffstats
path: root/proxy_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2006-06-21 09:17:32 +0000
committerAntoine Ginies <aginies@mandriva.com>2006-06-21 09:17:32 +0000
commit037ad6f483e9eaae5c9bbf89c373c21991ed8258 (patch)
treebffb66baf862dc6106817f293626d30abd3d14f8 /proxy_wizard
parent4a6671b8ab500aa7742cb468ea2ab29d6451e3fa (diff)
downloaddrakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.gz
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.bz2
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.xz
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.zip
fix defaultimage
Diffstat (limited to 'proxy_wizard')
-rwxr-xr-xproxy_wizard/Squid.pm4
1 files changed, 2 insertions, 2 deletions
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."),