diff options
author | damien <damien@mandriva.com> | 2003-04-11 10:07:03 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2003-04-11 10:07:03 +0000 |
commit | 89e6f5070d94fe03a914e0c4a7c5766fbfdb7431 (patch) | |
tree | c21ceac2852dc158bafcbfd3329d25a7dbe34f80 /perl-install | |
parent | b0296a8796a3e3baba2400c8c37e9427ebd0a48b (diff) | |
download | drakx-89e6f5070d94fe03a914e0c4a7c5766fbfdb7431.tar drakx-89e6f5070d94fe03a914e0c4a7c5766fbfdb7431.tar.gz drakx-89e6f5070d94fe03a914e0c4a7c5766fbfdb7431.tar.bz2 drakx-89e6f5070d94fe03a914e0c4a7c5766fbfdb7431.tar.xz drakx-89e6f5070d94fe03a914e0c4a7c5766fbfdb7431.zip |
corrected titi typo
Diffstat (limited to 'perl-install')
-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 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() }) ) |