diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-10 22:36:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-10 22:36:46 +0000 |
commit | de08b3c99e81030d1455dc7b3bf869559a234495 (patch) | |
tree | 71639bb74323bb82e7203d84511e8b81702ca2fa /perl-install/install_steps_interactive.pm | |
parent | eaf1f7e94354b3bf37db6864de8364ffbda223f7 (diff) | |
download | drakx-de08b3c99e81030d1455dc7b3bf869559a234495.tar drakx-de08b3c99e81030d1455dc7b3bf869559a234495.tar.gz drakx-de08b3c99e81030d1455dc7b3bf869559a234495.tar.bz2 drakx-de08b3c99e81030d1455dc7b3bf869559a234495.tar.xz drakx-de08b3c99e81030d1455dc7b3bf869559a234495.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 8498f6320..27a2cf897 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -103,6 +103,7 @@ sub selectMouse { my $name = $o->{mouse}{FULLNAME}; if (!$name || $::expert || $force) { + $name ||= "Generic Mouse (serial)"; $name = $o->ask_from_list_('', _("What is the type of your mouse?"), [ mouse::names() ], $name); $o->{mouse} = mouse::name2mouse($name); } |