diff options
Diffstat (limited to '')
-rw-r--r-- | tools/shmtest.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/shmtest.c b/tools/shmtest.c index d8bf72b61..3ef763854 100644 --- a/tools/shmtest.c +++ b/tools/shmtest.c @@ -56,11 +56,7 @@ static void i18n_init(void) { #ifdef ENABLE_NLS -#ifdef HAVE_LC_MESSAGES - setlocale( LC_MESSAGES, "" ); -#else - setlocale( LC_ALL, "" ); -#endif + setlocale( LC_ALL, "" ); bindtextdomain( PACKAGE, G10_LOCALEDIR ); textdomain( PACKAGE ); #endif |