diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-07-29 11:55:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-07-29 11:55:58 +0000 |
commit | 2704cd9b6ea074388947c18a35ea6f9c6c76caf5 (patch) | |
tree | 4308e39c41354e8aeb3d881e3c2b98d642a43159 /perl-install/security | |
parent | e535d293612f518ee785035617af09a31e77789e (diff) | |
download | drakx-2704cd9b6ea074388947c18a35ea6f9c6c76caf5.tar drakx-2704cd9b6ea074388947c18a35ea6f9c6c76caf5.tar.gz drakx-2704cd9b6ea074388947c18a35ea6f9c6c76caf5.tar.bz2 drakx-2704cd9b6ea074388947c18a35ea6f9c6c76caf5.tar.xz drakx-2704cd9b6ea074388947c18a35ea6f9c6c76caf5.zip |
stop setting banner icon now we do not display them anymore
Diffstat (limited to 'perl-install/security')
-rw-r--r-- | perl-install/security/level.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index 0c05eb1e4..198427eff 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -53,7 +53,6 @@ connections from many clients. Note: if your machine is only a client on the Int my @l = 2 .. 5; $in->ask_from_({ title => $::isInstall ? N("Security") : N("DrakSec Basic Options"), - icon => 'banner-security', messages => N("Please choose the desired security level") . "\n\n" . join('', map { to_string($_) . ": " . formatAlaTeX($help{$_}) . "\n\n" } @l), interactive_help_id => 'miscellaneous', |