$NetBSD: patch-af,v 1.3 2005/09/27 12:49:04 tonio Exp $

--- src/FbTk/I18n.cc.orig	2005-05-18 10:31:05.000000000 +0200
+++ src/FbTk/I18n.cc
@@ -74,7 +74,9 @@ void NLSInit(const char *catalog) {
 I18n::I18n():m_multibyte(false), m_catalog_fd((nl_catd)(-1)) {
 #ifdef 	HAVE_SETLOCALE
     //make sure we don't get 0 to m_locale string
-    char *temp = setlocale(LC_MESSAGES, "");
+    char *temp;
+    (void)setlocale(LC_ALL, "");
+    temp = setlocale(LC_MESSAGES, NULL);
     m_locale = ( temp ?  temp : ""); 
     if (m_locale.empty()) {
         cerr<<"Warning: Failed to set locale, reverting to \"C\""<<endl;
