summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-03-12 18:29:38 +0000
committerwlestes <wlestes>2002-03-12 18:29:38 +0000
commit77f7c92657f350f1ccc5e968288872e273d38dd8 (patch)
treec4080b39c71ffb9ec9c5587a95a16bb57d925e39 /main.c
parenta74743be4381eaf654ce3860c7b7daf090817307 (diff)
downloadflex-77f7c92657f350f1ccc5e968288872e273d38dd8.tar.gz
mostly, changes for gettext
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index a8d49a3..0ad0dc1 100644
--- a/main.c
+++ b/main.c
@@ -136,6 +136,10 @@ char **argv;
{
int i;
+ setlocale(LC_MESSAGES, "");
+ textdomain(PACKAGE);
+ bindtextdomain(PACKAGE, LOCALEDIR);
+
#ifdef THINK_C
argc = ccommand( &argv );
#endif