From 2c460ce94bc23aebcaaac2920ff7788a29ba31f5 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 30 Apr 1998 12:49:11 +0000 Subject: Use NL_CAT_LOCALE to activate LC_MESSAGES --- usr.bin/ee/ee.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/ee/ee.c') diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c index b53f146..54a5050 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"); -- cgit v1.1