From 52ebfd73c39065e2bb3881de59685e788753911a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 May 2004 13:50:36 +0000 Subject: list all countries --- mdkonline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkonline') diff --git a/mdkonline b/mdkonline index 79157196..31688d40 100755 --- a/mdkonline +++ b/mdkonline @@ -163,7 +163,7 @@ gtkappend_page($o->{nb}, init(1); # Filling country list: -my %countries = map { lang::c2name($_) => $_ } lang::list_countries(exclude_non_installed => 1); +my %countries = map { lang::c2name($_) => $_ } lang::list_countries(); $o->{vbox_auto}->set_sensitive($auto_update); $o->{country}->set_popdown_strings(sort(keys %countries)); $o->{country}->set_text(lang::c2name(lang::read('', $>)->{country})); -- cgit v1.2.1