diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-09-29 07:34:48 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-09-29 07:34:48 +0000 |
commit | a1bf3a65a4cc4dd3459993bda6683ff217260bfb (patch) | |
tree | a1dfb7ebbb409647215a9adcb89b4eea1e89f952 | |
parent | ba72ef0c6d009baf807737a878cebdc09ee142e6 (diff) | |
download | mgaonline-a1bf3a65a4cc4dd3459993bda6683ff217260bfb.tar mgaonline-a1bf3a65a4cc4dd3459993bda6683ff217260bfb.tar.gz mgaonline-a1bf3a65a4cc4dd3459993bda6683ff217260bfb.tar.bz2 mgaonline-a1bf3a65a4cc4dd3459993bda6683ff217260bfb.tar.xz mgaonline-a1bf3a65a4cc4dd3459993bda6683ff217260bfb.zip |
- s/Skip wizard/Cancel/
-rwxr-xr-x | mdkonline | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ $o->{actions} = { $p <= 1 and init(0) } }; -foreach my $l ([ 'Next', N("Next"), 1 ], [ 'SkipWiz', N("Skip Wizard") ], [ 'Prev', N("Previous"), 1 ]) { +foreach my $l ([ 'Next', N("Next"), 1 ], [ 'SkipWiz', N("Cancel") ], [ 'Prev', N("Previous"), 1 ]) { $o->{$l->[0]} = Gtk2::Button->new($l->[1]); $l->[2] ? $o->{bottomHbox}->pack_end($o->{$l->[0]}, 0, 0, 1) : $o->{bottomHbox}->pack_start($o->{$l->[0]}, 0, 0, 1); $o->{$l->[0]}->signal_connect(clicked => sub { $o->{actions}{$l->[0]}->() }); |