diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-26 15:45:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-26 15:45:04 +0000 |
commit | 00b2517fe5a08028204f77ad8acff5872573202f (patch) | |
tree | 3b6f69a005aa740eadfba5f7460528d888eaf237 /perl-install/install_gtk.pm | |
parent | c2be614ae7759f63fafd8a3ce62f2b7f93a2d59e (diff) | |
download | drakx-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.pm | 4 |
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 }); |