diff options
Diffstat (limited to 'proxy_wizard')
-rwxr-xr-x | proxy_wizard/Squid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy_wizard/Squid.pm b/proxy_wizard/Squid.pm index cf91cebe..118fa18e 100755 --- a/proxy_wizard/Squid.pm +++ b/proxy_wizard/Squid.pm @@ -66,7 +66,7 @@ my $o = { needed_rpm => [ 'squid' ], defaultimage => "$ENV{__WIZ_HOME__}proxy_wizard/images/proxy.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."), |