From d4b888c7b7e44576af4c56b4f01dc0d28c16eaac Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 16 Apr 2003 15:01:01 +0000 Subject: fix #1675: swap the text and button widgets --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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') -- cgit v1.2.1