summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-06-06 14:54:30 +0000
committerdamien <damien@mandriva.com>2001-06-06 14:54:30 +0000
commitfb896f83c583fddff676539f6c6611e65c51798c (patch)
tree55c5f67bf8b50febe6201b1947d7c50e20b30108
parent0a7d04ff4bfbb562304038a9d87668f455d1b963 (diff)
downloaddrakx-backup-do-not-use-fb896f83c583fddff676539f6c6611e65c51798c.tar
drakx-backup-do-not-use-fb896f83c583fddff676539f6c6611e65c51798c.tar.gz
drakx-backup-do-not-use-fb896f83c583fddff676539f6c6611e65c51798c.tar.bz2
drakx-backup-do-not-use-fb896f83c583fddff676539f6c6611e65c51798c.tar.xz
drakx-backup-do-not-use-fb896f83c583fddff676539f6c6611e65c51798c.zip
added icon support
-rwxr-xr-xperl-install/standalone/mousedrake4
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});