diff options
author | Werner Koch <[email protected]> | 2008-11-04 19:54:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-11-04 19:54:02 +0000 |
commit | 75c0534820958f69731dc3e07d839ad7e18474a4 (patch) | |
tree | bb81e738e6c59c488e706d515060ca4b5b3ea62f /common/i18n.c | |
parent | Fixed the card removed with cached app bug. (Famous last fix). (diff) | |
download | gnupg-75c0534820958f69731dc3e07d839ad7e18474a4.tar.gz gnupg-75c0534820958f69731dc3e07d839ad7e18474a4.zip |
Revamped the W32 gettext implementation.
Diffstat (limited to '')
-rw-r--r-- | common/i18n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/i18n.c b/common/i18n.c index daa147faa..db5ddf5f8 100644 --- a/common/i18n.c +++ b/common/i18n.c @@ -33,7 +33,7 @@ void i18n_init (void) { #ifdef USE_SIMPLE_GETTEXT - set_gettext_file (PACKAGE_GT, "Software\\GNU\\GnuPG"); + bindtextdomain (PACKAGE_GT, gnupg_localedir ()); #else # ifdef ENABLE_NLS setlocale (LC_ALL, "" ); |