--- a/src/connection-editor-window.c +++ b/src/connection-editor-window.c @@ -1122,9 +1122,9 @@ /*Get current country ID if possible*/ countryid = NULL; langenv = getenv("LANG"); - if (langenv != NULL) { - countryid = nl_langinfo(_NL_ADDRESS_COUNTRY_AB2); - } + // if (langenv != NULL) { + // countryid = nl_langinfo(_NL_ADDRESS_COUNTRY_AB2); + // } /*Create menu*/ mmguiapp->window->providersmenu = gtk_menu_new(); /*Sort operators by countries*/