summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')