From: Constantin Wenger Date: Sat, 30 Jul 2011 16:35:55 +0000 (+0200) Subject: this fixes problem with msvc++ and should work on other systems and so on anyway. X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=c08720bfbaa0c02442f070c23569fcd44b653e9d;p=zefram%2Fminetest%2Fminetest_engine.git this fixes problem with msvc++ and should work on other systems and so on anyway. --- diff --git a/src/gettext.h b/src/gettext.h index a42820a1..3413f380 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -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