aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-08-06 15:18:23 -0400
committerBill Nottingham <notting@redhat.com>2012-08-06 15:18:23 -0400
commitd85174edb7389f670705595804b48aee0278ed2f (patch)
tree0cba6c19ef0420ec21bb56c0fe962d13ee3bee4f /sysconfig/network-scripts
parent164d1ede7161233a2a2fe6e4cf413b44a08923e4 (diff)
downloadinitscripts-d85174edb7389f670705595804b48aee0278ed2f.tar
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.gz
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.bz2
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.xz
initscripts-d85174edb7389f670705595804b48aee0278ed2f.zip
Initial removal of support for non-systemd systems.
Diffstat (limited to 'sysconfig/network-scripts')
0 files changed, 0 insertions, 0 deletions
/drakx-backup-do-not-use/patch/perl-install/install_gtk.pm?id=00b2517fe5a08028204f77ad8acff5872573202f'>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 });