diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-04-16 15:01:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-04-16 15:01:01 +0000 |
commit | d4b888c7b7e44576af4c56b4f01dc0d28c16eaac (patch) | |
tree | f2346cde90b97e802e238cd1e3f217879b33c855 /perl-install/standalone/drakconnect | |
parent | 7b363ba5856f3254b84d26cef03a4980d760fa41 (diff) | |
download | drakx-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.tar drakx-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.tar.gz drakx-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.tar.bz2 drakx-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.tar.xz drakx-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.zip |
fix #1675: swap the text and button widgets
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 7c6209ec2..a0f631acc 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -237,6 +237,7 @@ $window1->{window}->add( ) ), 0, gtkadd(gtkset_layout(Gtk2::HButtonBox->new, 'end'), + Gtk2::Label->new(N("Click here to launch the wizard ->")), gtksignal_connect(Gtk2::Button->new(N("Wizard...")), clicked => sub { $::isWizard = 1; @@ -251,7 +252,6 @@ $window1->{window}->add( $combo1->entry->set_text(-e "/etc/sysconfig/network-scripts/drakconnect_conf." . ($combo1->entry->get_text || "default")); update(); }), - Gtk2::Label->new(N("Click here to launch the wizard ->")) ), 0, Gtk2::HSeparator->new, 0, gtkset_layout($bbox0 = new Gtk2::HButtonBox, 'end') |