diff options
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r-- | tools/gpgconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index aab1397c7..7aca335fa 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -103,7 +103,7 @@ static void i18n_init(void) { #ifdef USE_SIMPLE_GETTEXT - set_gettext_file (PACKAGE); + set_gettext_file (PACKAGE_GT); #else # ifdef ENABLE_NLS # ifdef HAVE_LC_MESSAGES @@ -112,8 +112,8 @@ i18n_init(void) # else setlocale (LC_ALL, "" ); # endif - bindtextdomain (PACKAGE, LOCALEDIR); - textdomain (PACKAGE); + bindtextdomain (PACKAGE_GT, LOCALEDIR); + textdomain (PACKAGE_GT); # endif #endif } |