From c08720bfbaa0c02442f070c23569fcd44b653e9d Mon Sep 17 00:00:00 2001 From: Constantin Wenger Date: Sat, 30 Jul 2011 18:35:55 +0200 Subject: this fixes problem with msvc++ and should work on other systems and so on anyway. --- src/gettext.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gettext.h') 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 -- cgit v1.2.3