diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-07-24 17:33:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-07-24 17:33:36 +0000 |
commit | 3e0d8ba724bd6f97a85d5960be6a864be5cd04d1 (patch) | |
tree | 0c8954417861804d5b4c0490e85514afc1efc90d /perl-install/authentication.pm | |
parent | 976c84da2fec4cc43ac3973dda51aa77ce924639 (diff) | |
download | drakx-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/authentication.pm')
-rw-r--r-- | perl-install/authentication.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 0adf20f84..2ea188649 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -224,7 +224,6 @@ sub ask_root_password_and_authentication { $in->ask_from_({ title => N("Authentication"), messages => N("Set administrator (root) password"), - icon => 'banner-pw', advanced_label => N("Authentication method"), advanced_messages => kind2description(@kinds), interactive_help_id => "setRootPassword", |