summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/mousedrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/mousedrake')
-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});