summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-07-24 17:33:36 +0000
committerThierry Vignaud <tv@mandriva.org>2008-07-24 17:33:36 +0000
commit3e0d8ba724bd6f97a85d5960be6a864be5cd04d1 (patch)
tree0c8954417861804d5b4c0490e85514afc1efc90d /perl-install/any.pm
parent976c84da2fec4cc43ac3973dda51aa77ce924639 (diff)
downloaddrakx-3e0d8ba724bd6f97a85d5960be6a864be5cd04d1.tar
drakx-3e0d8ba724bd6f97a85d5960be6a864be5cd04d1.tar.gz
drakx-3e0d8ba724bd6f97a85d5960be6a864be5cd04d1.tar.bz2
drakx-3e0d8ba724bd6f97a85d5960be6a864be5cd04d1.tar.xz
drakx-3e0d8ba724bd6f97a85d5960be6a864be5cd04d1.zip
stop set icons for banners
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index e8b4a98be..1b83e7e71 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -349,7 +349,6 @@ sub setupBootloader__mbr_or_not {
my $default = find { $_->[1] eq $b->{boot} } @l;
$in->ask_from_({ title => N("LILO/grub Installation"),
- icon => 'banner-bootL',
messages => N("Where do you want to install the bootloader?"),
interactive_help_id => 'setupBootloaderBeginner',
},
@@ -388,7 +387,6 @@ sub setupBootloader__general {
$in->ask_from_({ #messages => N("Bootloader main options"),
title => N("Bootloader main options"),
- icon => 'banner-bootL',
interactive_help_id => 'setupBootloader',
}, [
#title => N("Bootloader main options"),
@@ -421,7 +419,6 @@ sub setupBootloader__general {
$b->{boot} = $partition_table::mac::bootstrap_part;
$in->ask_from_({ messages => N("Bootloader main options"),
title => N("Bootloader main options"),
- icon => 'banner-bootL',
interactive_help_id => 'setupYabootGeneral',
}, [
{ label => N("Bootloader to use"), val => \$b->{method}, list => \@method_choices, format => \&bootloader::method2text },
@@ -784,7 +781,6 @@ sub ask_user_and_root {
};
my $ret = $in->ask_from_(
{ title => N("User management"),
- icon => 'banner-adduser',
interactive_help_id => 'addUser',
if_($::isInstall && $superuser, cancel => ''),
focus_first => 1,
@@ -916,7 +912,6 @@ sub acceptLicense {
my $r = $::testing ? 'Accept' : 'Refuse';
$o->ask_from_({ title => N("License agreement"),
- icon => 'banner-license',
focus_first => 1,
cancel => N("Quit"),
messages => formatAlaTeX(messages::main_license() . "\n\n\n" . messages::warning_about_patents()),
@@ -947,7 +942,6 @@ sub selectLanguage_install {
my $common = { messages => N("Please choose a language to use."),
title => N("Language choice"),
- icon => 'banner-languages.png',
interactive_help_id => 'selectLanguage' };
my $lang = $locale->{lang};
@@ -1069,7 +1063,6 @@ sub selectCountry {
$in->ask_from_(
{ title => N("Country / Region"),
- icon => 'banner-languages',
messages => N("Please choose your country."),
interactive_help_id => 'selectCountry',
if_(@best, advanced_messages => N("Here is the full list of available countries")),