aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 2fbc7e625..006e88ad2 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -783,12 +783,12 @@ static void
i18n_init(void)
{
#ifdef USE_SIMPLE_GETTEXT
- set_gettext_file( PACKAGE );
+ set_gettext_file( PACKAGE_GT );
#else
#ifdef ENABLE_NLS
setlocale( LC_ALL, "" );
- bindtextdomain( PACKAGE, LOCALEDIR );
- textdomain( PACKAGE );
+ bindtextdomain( PACKAGE_GT, LOCALEDIR );
+ textdomain( PACKAGE_GT );
#endif
#endif
}