summaryrefslogtreecommitdiffstats
path: root/proxy_wizard
diff options
context:
space:
mode:
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."),