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-Tag: 0.2.20110922~81^2~21^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c08720bfbaa0c02442f070c23569fcd44b653e9d;p=oweals%2Fminetest.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 a42820a15..3413f3806 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