From fb896f83c583fddff676539f6c6611e65c51798c Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 6 Jun 2001 14:54:30 +0000 Subject: added icon support --- perl-install/standalone/mousedrake | 4 ++-- 1 file 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}); -- cgit v1.2.1