Skip to content
Snippets Groups Projects
Commit 54de4afd authored by Constantin Wenger's avatar Constantin Wenger
Browse files

last fix was shit but this one works (tested)

parent 50dc2d81
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment