From 2704cd9b6ea074388947c18a35ea6f9c6c76caf5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 29 Jul 2008 11:55:58 +0000 Subject: stop setting banner icon now we do not display them anymore --- perl-install/security/level.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/security') 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', -- cgit v1.2.1