From e97cd5c2f46b7684a045a7e0717eb09d7596c693 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 17 Feb 2004 14:54:40 +0000 Subject: sort lan protocols --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index b24b1b86d..50ef8d463 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -786,7 +786,7 @@ Modifying the fields below will override this configuration."), N("The following protocols can be used to configure an ethernet connection. Please choose the one you want to use") }, data => sub { - [ { val => \$auto_ip, type => "list", list => [ values %l10n_lan_protocols ] } ]; + [ { val => \$auto_ip, type => "list", list => [ sort values %l10n_lan_protocols ] } ]; }, post => sub { $auto_ip = $auto_ip ne $l10n_lan_protocols{static} || 0; -- cgit v1.2.1