summaryrefslogtreecommitdiffstats
path: root/postfix_wizard/Postfix.pm
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-09-07 09:46:10 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-09-07 09:46:10 +0000
commit7b786b2baf856022c6dceed8fb5c6ba1489de110 (patch)
tree452bd341e2139c4b84de89e6646a719a9acb99f7 /postfix_wizard/Postfix.pm
parent208d67b97178d93704a33149a15e3e2cf52af2c3 (diff)
downloaddrakwizard-7b786b2baf856022c6dceed8fb5c6ba1489de110.tar
drakwizard-7b786b2baf856022c6dceed8fb5c6ba1489de110.tar.gz
drakwizard-7b786b2baf856022c6dceed8fb5c6ba1489de110.tar.bz2
drakwizard-7b786b2baf856022c6dceed8fb5c6ba1489de110.tar.xz
drakwizard-7b786b2baf856022c6dceed8fb5c6ba1489de110.zip
fix missing banner
Diffstat (limited to 'postfix_wizard/Postfix.pm')
-rwxr-xr-xpostfix_wizard/Postfix.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm
index d1aedabf..75edee65 100755
--- a/postfix_wizard/Postfix.pm
+++ b/postfix_wizard/Postfix.pm
@@ -97,7 +97,7 @@ my $o = {
needed_rpm => [ 'postfix' ],
defaultimage => "$ENV{__WIZ_HOME__}postfix_wizard/images/courrier.png"
};
-
+$::Wizard_pix_up = "/usr/share/mcc/themes/default/postfix-mdk.png";
my %type = (
1 => N("Main mail server"),