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

This commit is contained in:
Constantin Wenger 2011-07-30 18:35:55 +02:00
parent 4882bda667
commit c08720bfba
1 changed files with 0 additions and 1 deletions

View File

@ -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