this fixes problem with msvc++ and should work on other systems and so on anyway.
parent
4882bda667
commit
c08720bfba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue