summaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-09-18 17:24:53 +0200
committerWerner Koch <wk@gnupg.org>1998-09-18 17:24:53 +0200
commitb4aeef458c51b9debd394592e76b93cc6b00e0a2 (patch)
treee87818f5c15e12189f5fc054faf6d09e07e3d120 /g10/g10.c
parentMichael Roth has released is des impl. (diff)
downloadgnupg2-b4aeef458c51b9debd394592e76b93cc6b00e0a2.tar.xz
gnupg2-b4aeef458c51b9debd394592e76b93cc6b00e0a2.zip
.
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index a13abd7ba..dac154d56 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -381,8 +381,8 @@ i18n_init(void)
{
#ifdef ENABLE_NLS
#ifdef HAVE_LC_MESSAGES
- setlocale( LC_MESSAGES, "" );
setlocale( LC_TIME, "" );
+ setlocale( LC_MESSAGES, "" );
#else
setlocale( LC_ALL, "" );
#endif