Revert "Bug 118391 - Long currency names untranslated"

This reverts commit 9f984c05eb.

The change causes the windows build to crash. Needs more
investigation.
This commit is contained in:
Geert Janssens 2016-03-23 21:42:53 +01:00
parent f7b0cb65bc
commit f168cb2e1f

View File

@ -729,7 +729,6 @@ main(int argc, char ** argv)
#ifdef HAVE_GETTEXT
{
gchar *localedir = gnc_path_get_localedir();
bindtextdomain("iso_4217", localedir); // For win32 to find currency name translations
bindtextdomain(GETTEXT_PACKAGE, localedir);
textdomain(GETTEXT_PACKAGE);
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");