summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-03-12 18:29:38 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-03-12 18:29:38 +0000
commit043a833788d5c6c786b0a0723d73eccde29da754 (patch)
tree756cd4f1b00aae85ae326072deb759947dd0e9fa /main.c
parenta97720db44d7ffcd273182ed94ac90aea016bc5c (diff)
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