From a7c4da70144529a77ebba02e5f8c9562dce60eb8 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 19 Feb 2002 10:02:42 +0000 Subject: setting help --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 836901f16..4b3023639 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -197,6 +197,7 @@ ifdown eth0 [_("Cable connection") . if_($netc->{autodetect}{cable}, " - " . _("cable connection detected")), \$conf{cable}], [_("LAN connection") . if_($netc->{autodetect}{lan}, " - " . _("ethernet card(s) detected")), \$conf{lan}] ); + $::isInstall and $in->set_help('configureNetwork'); my $e = $in->ask_from(_("Network Configuration Wizard"), _("Choose the connection you want to configure"), [ map { { label => $_->[0], val => $_->[1], type => 'bool' } } @l ], changed => sub { -- cgit v1.2.1