summaryrefslogtreecommitdiff
path: root/mh/forw.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/forw.c')
-rw-r--r--mh/forw.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mh/forw.c b/mh/forw.c
index dd57f8666..977c347b9 100644
--- a/mh/forw.c
+++ b/mh/forw.c
@@ -1,5 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005, 2006, 2007,
+ 2008 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -423,7 +424,7 @@ main (int argc, char **argv)
int index, rc;
/* Native Language Support */
- mu_init_nls ();
+ MU_APP_INIT_NLS ();
mh_argp_init (program_version);
mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,

Return to:

Send suggestions and report system problems to the System administrator.