summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-26 15:45:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-26 15:45:04 +0000
commit00b2517fe5a08028204f77ad8acff5872573202f (patch)
tree3b6f69a005aa740eadfba5f7460528d888eaf237 /perl-install/install_gtk.pm
parentc2be614ae7759f63fafd8a3ce62f2b7f93a2d59e (diff)
downloaddrakx-backup-do-not-use-00b2517fe5a08028204f77ad8acff5872573202f.tar
drakx-backup-do-not-use-00b2517fe5a08028204f77ad8acff5872573202f.tar.gz
drakx-backup-do-not-use-00b2517fe5a08028204f77ad8acff5872573202f.tar.bz2
drakx-backup-do-not-use-00b2517fe5a08028204f77ad8acff5872573202f.tar.xz
drakx-backup-do-not-use-00b2517fe5a08028204f77ad8acff5872573202f.zip
no_comment
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index 29463c051..ce7aeb537 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -426,7 +426,9 @@ sub test_mouse {
$w->sync; # HACK
$draw_rect->(1, 0, [ 0, 0, $width, $height]);
$draw_text->(_("Please test the mouse"), 2 * $bh - 20);
- $draw_text->(_("Move your wheel!"), 2 * $bh + 10) if $mouse->{XMOUSETYPE} eq 'IMPS/2';
+ $draw_text->(_("To activate the mouse,"), 2 * $bh + 10) if $mouse->{XMOUSETYPE} eq 'IMPS/2';
+ $draw_text->(_("MOVE YOUR WHEEL!"), 2 * $bh + 20) if $mouse->{XMOUSETYPE} eq 'IMPS/2';
+
$paintButton->($_, 0) foreach 0..2;
$w->{cancel}->grab_focus;
# my $timeout = Gtk->timeout_add(1000, sub { if ($time-- == 0) { log::l("timeout test_mouse"); undef $w->{retval}; Gtk->main_quit } 1 });