diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2004-01-22 10:43:44 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2004-01-22 10:43:44 +0000 |
commit | 3915d413afb86a6eec133bb90f155e327b49f826 (patch) | |
tree | 3aa355e8805fe597907ee80721ff58f4fea9db66 | |
parent | 9a07f5cd6da42c944ddebd05354119fa61814e82 (diff) | |
download | drakx-3915d413afb86a6eec133bb90f155e327b49f826.tar drakx-3915d413afb86a6eec133bb90f155e327b49f826.tar.gz drakx-3915d413afb86a6eec133bb90f155e327b49f826.tar.bz2 drakx-3915d413afb86a6eec133bb90f155e327b49f826.tar.xz drakx-3915d413afb86a6eec133bb90f155e327b49f826.zip |
add dns3 entry
-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 9050bb61c..b78ce4479 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -320,7 +320,7 @@ sub build_notebook { gtkpack(Gtk2::VBox->new(0,0), Gtk2::Label->new($intf->{dns1} || $netc->{dnsServer}), Gtk2::Label->new($intf->{dns2} || $netc->{dnsServer2}), - Gtk2::Label->new($intf->{dns3}), + Gtk2::Label->new($intf->{dns3} || $netc->{dnsServer3}), ), ), 1, gtkadd(Gtk2::Frame->new(N("Search Domain")), |