From 89e6f5070d94fe03a914e0c4a7c5766fbfdb7431 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 11 Apr 2003 10:07:03 +0000 Subject: corrected titi typo --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 234840683..7c6209ec2 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -414,7 +414,7 @@ sub configure_lan { my $dialog = new_dialog(); $dialog->vbox->pack_start(new Gtk2::Label(N("You don't have any configured interface. Configure them first by clicking on 'Configure'")),1,1,0); - $dialog->action_area->add(gtkadd(gtkset_layou(Gtk2::HButtonBox->new, 'end'), + $dialog->action_area->add(gtkadd(gtkset_layout(Gtk2::HButtonBox->new, 'end'), gtksignal_connect(new Gtk2::Button(N("OK")), clicked => sub { Gtk2->main_quit() }) ) -- cgit v1.2.1