last fix was shit but this one works (tested)

This commit is contained in:
Constantin Wenger 2011-07-31 14:28:07 +02:00
parent 50dc2d8112
commit 54de4afd75
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
inline void init_gettext(const char *path) {
#if USE_GETTEXT
#if MSVC
#else
// don't do this if MSVC compiler is used, it gives an assertion fail
#ifndef _MSC_VER
setlocale(LC_MESSAGES, "");
#endif
bindtextdomain(PROJECT_NAME, path);