diff options
author | damien <damien@mandriva.com> | 2001-06-06 14:54:30 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-06-06 14:54:30 +0000 |
commit | fb896f83c583fddff676539f6c6611e65c51798c (patch) | |
tree | 55c5f67bf8b50febe6201b1947d7c50e20b30108 /perl-install/standalone | |
parent | 0a7d04ff4bfbb562304038a9d87668f455d1b963 (diff) | |
download | drakx-fb896f83c583fddff676539f6c6611e65c51798c.tar drakx-fb896f83c583fddff676539f6c6611e65c51798c.tar.gz drakx-fb896f83c583fddff676539f6c6611e65c51798c.tar.bz2 drakx-fb896f83c583fddff676539f6c6611e65c51798c.tar.xz drakx-fb896f83c583fddff676539f6c6611e65c51798c.zip |
added icon support
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/mousedrake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index 19f65f05f..439b24d56 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -18,7 +18,7 @@ local $_ = join '', @ARGV; $::auto = /-auto/; $::testing = /-testing/; -my $in = vnew interactive('su'); +my $in = vnew interactive('su', 'mouse'); -r '/etc/modules.conf' and modules::mergein_conf('/etc/modules.conf'); @@ -38,7 +38,7 @@ if (!$mouse || !$::auto) { 0; }); } - my $name = $in->ask_from_treelistf('', _("Please, choose the type of your mouse."), '|', + my $name = $in->ask_from_treelistf('mousedrake', _("Please, choose the type of your mouse."), '|', sub { join '|', map { translate($_) } split '\|', $_[0] }, [ mouse::fullnames ], $mouse->{type} . '|' . $mouse->{name}); |