diff options
Diffstat (limited to 'tools/shmtest.c')
-rw-r--r-- | tools/shmtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shmtest.c b/tools/shmtest.c index f48340508..76513cbcd 100644 --- a/tools/shmtest.c +++ b/tools/shmtest.c @@ -57,7 +57,7 @@ i18n_init(void) { #ifdef ENABLE_NLS setlocale( LC_ALL, "" ); - bindtextdomain( PACKAGE, G10_LOCALEDIR ); + bindtextdomain (PACKAGE, LOCALEDIR); textdomain( PACKAGE ); #endif } |