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

this fixes problem with msvc++ and should work on other systems and so on anyway.

parent 4882bda6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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