summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-04-16 15:01:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-04-16 15:01:01 +0000
commitd4b888c7b7e44576af4c56b4f01dc0d28c16eaac (patch)
treef2346cde90b97e802e238cd1e3f217879b33c855 /perl-install
parent7b363ba5856f3254b84d26cef03a4980d760fa41 (diff)
downloaddrakx-backup-do-not-use-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.tar
drakx-backup-do-not-use-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.tar.gz
drakx-backup-do-not-use-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.tar.bz2
drakx-backup-do-not-use-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.tar.xz
drakx-backup-do-not-use-d4b888c7b7e44576af4c56b4f01dc0d28c16eaac.zip
fix #1675: swap the text and button widgets
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakconnect2
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')