this fixes problem with msvc++ and should work on other systems and so on anyway.
authorConstantin Wenger <constantin.wenger@googlemail.com>
Sat, 30 Jul 2011 16:35:55 +0000 (18:35 +0200)
committerConstantin Wenger <constantin.wenger@googlemail.com>
Sat, 30 Jul 2011 20:08:16 +0000 (22:08 +0200)
src/gettext.h

index a42820a15d1a28473d4983da1c67d27277b937cb..3413f38068220c5538665bd429f50c1a506d6314 100644 (file)
@@ -13,7 +13,6 @@
 
 inline void init_gettext(const char *path) {
 #if USE_GETTEXT
-       setlocale(LC_MESSAGES, "");
        bindtextdomain(PROJECT_NAME, path);
        textdomain(PROJECT_NAME);
 #endif