From f168cb2e1f777bdb7ed12a0456b0ad5481b7cc68 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 23 Mar 2016 21:42:53 +0100 Subject: [PATCH] Revert "Bug 118391 - Long currency names untranslated" This reverts commit 9f984c05ebfa3957453ddd009308d2cfc53b4e7f. The change causes the windows build to crash. Needs more investigation. --- src/bin/gnucash-bin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/gnucash-bin.c b/src/bin/gnucash-bin.c index 8514ee6958a..c1c74d58d7c 100644 --- a/src/bin/gnucash-bin.c +++ b/src/bin/gnucash-bin.c @@ -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");