aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ee/ee.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-04-30 12:49:11 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-04-30 12:49:11 +0000
commit3ccb32a97533d8fa705eb69c5783ea8c3448e587 (patch)
tree56dc0afef2265b9a4d2658e40cb2c8c64866c1b4 /usr.bin/ee/ee.c
parente97ef24c1870d4b6b53bc187e0f715d0d5832a90 (diff)
downloadsrc-3ccb32a97533d8fa705eb69c5783ea8c3448e587.tar.gz
src-3ccb32a97533d8fa705eb69c5783ea8c3448e587.zip
Use NL_CAT_LOCALE to activate LC_MESSAGES
Notes
Notes: svn path=/head/; revision=35551
Diffstat (limited to 'usr.bin/ee/ee.c')
-rw-r--r--usr.bin/ee/ee.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c
index b53f146b07b7..54a50508d2af 100644
--- a/usr.bin/ee/ee.c
+++ b/usr.bin/ee/ee.c
@@ -52,7 +52,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: ee.c,v 1.9 1998/01/12 07:51:07 charnier Exp $";
#endif /* not lint */
char *ee_copyright_message =
@@ -64,7 +64,7 @@ char *ee_long_notice[] = {
"copyright. All rights are reserved."
};
-char *version = "@(#) ee, version 1.3 $Revision: 1.8 $";
+char *version = "@(#) ee, version 1.3 $Revision: 1.9 $";
#ifdef NCURSE
#include "new_curse.h"
@@ -4864,7 +4864,7 @@ strings_init()
#ifndef NO_CATGETS
setlocale(LC_ALL, "");
- catalog = catopen("ee", 0);
+ catalog = catopen("ee", NL_CAT_LOCALE);
#endif /* NO_CATGETS */
modes_menu[0].item_string = catgetlocal( 1, "modes menu");