diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-09-07 09:46:10 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-09-07 09:46:10 +0000 |
commit | 7b786b2baf856022c6dceed8fb5c6ba1489de110 (patch) | |
tree | 452bd341e2139c4b84de89e6646a719a9acb99f7 /postfix_wizard | |
parent | 208d67b97178d93704a33149a15e3e2cf52af2c3 (diff) | |
download | drakwizard-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')
-rwxr-xr-x | postfix_wizard/Postfix.pm | 2 |
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"), |