Skip to content

Commit

Permalink
Revert "Bug 118391 - Long currency names untranslated"
Browse files Browse the repository at this point in the history
This reverts commit 9f984c0.

The change causes the windows build to crash. Needs more
investigation.
  • Loading branch information
gjanssens committed Mar 23, 2016
1 parent f7b0cb6 commit f168cb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/gnucash-bin.c
Expand Up @@ -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");
Expand Down

0 comments on commit f168cb2

Please sign in to comment.