From 7caab37cd1bfd215e00475512f1a58d7b9f57a77 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 1 Oct 2004 10:18:31 +0000 Subject: * gpgv.c (i18n_init): Always use LC_ALL. * bftest.c (i18n_init): Always use LC_ALL. * shmtest.c (i18n_init): Ditto. * mpicalc.c (i18n_init): Ditto. --- tools/bftest.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/bftest.c') diff --git a/tools/bftest.c b/tools/bftest.c index 67a80e33d..49516afc4 100644 --- a/tools/bftest.c +++ b/tools/bftest.c @@ -48,11 +48,7 @@ static void i18n_init(void) { #ifdef ENABLE_NLS -#ifdef HAVE_LC_MESSAGES - setlocale( LC_MESSAGES, "" ); -#else setlocale( LC_ALL, "" ); -#endif bindtextdomain( PACKAGE, G10_LOCALEDIR ); textdomain( PACKAGE ); #endif -- cgit v1.2.3