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/mpicalc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/mpicalc.c') diff --git a/tools/mpicalc.c b/tools/mpicalc.c index e582ff609..392bd3ef1 100644 --- a/tools/mpicalc.c +++ b/tools/mpicalc.c @@ -66,11 +66,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