Commit 03cb690b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Don't call textdomain - it is not only useless but harmful (refs #581)

parent 5397b8f3
...@@ -2024,7 +2024,6 @@ static void SetLanguage ( char const *psz_lang ) ...@@ -2024,7 +2024,6 @@ static void SetLanguage ( char const *psz_lang )
} }
/* Set the default domain */ /* Set the default domain */
textdomain( PACKAGE_NAME );
bind_textdomain_codeset( PACKAGE_NAME, "UTF-8" ); bind_textdomain_codeset( PACKAGE_NAME, "UTF-8" );
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment