aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mpicalc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-10-01 10:18:31 +0000
committerWerner Koch <[email protected]>2004-10-01 10:18:31 +0000
commit7caab37cd1bfd215e00475512f1a58d7b9f57a77 (patch)
treec6bf23f6f04fa73b5fbf8ae2b7df6b9255d4d203 /tools/mpicalc.c
parent* mk-w32-dist: Updated from stable branch. (diff)
downloadgnupg-7caab37cd1bfd215e00475512f1a58d7b9f57a77.tar.gz
gnupg-7caab37cd1bfd215e00475512f1a58d7b9f57a77.zip
* gpgv.c (i18n_init): Always use LC_ALL.V1-3-90
* bftest.c (i18n_init): Always use LC_ALL. * shmtest.c (i18n_init): Ditto. * mpicalc.c (i18n_init): Ditto.
Diffstat (limited to '')
-rw-r--r--tools/mpicalc.c4
1 files changed, 0 insertions, 4 deletions
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