From a3d95bea40b00d21936a84721b649b8bba148075 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 1 Mar 2004 11:59:48 +0000 Subject: use "default.png" instead of (missing) "man.png" which resulted to defaulting to parrot (ic-bird.png) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index df32c7053..4ca36a4e8 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -547,7 +547,7 @@ sub ask_user_one { { label => N("Password (again)"), val => \$u->{password2}, hidden => 1 }, { label => N("Shell"), val => \$u->{shell}, list => [ shells() ], not_edit => !$::expert, advanced => 1 }, if_($security <= 3 && !$options{noicons} && @icons, - { label => N("Icon"), val => \ ($u->{icon} ||= 'man'), list => \@icons, icon2f => \&face2png, format => \&translate }, + { label => N("Icon"), val => \ ($u->{icon} ||= 'default'), list => \@icons, icon2f => \&face2png, format => \&translate }, ), if_($security > 3, map { -- cgit v1.2.1