summaryrefslogtreecommitdiff
path: root/mimeview/mimeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'mimeview/mimeview.c')
-rw-r--r--mimeview/mimeview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimeview/mimeview.c b/mimeview/mimeview.c
index 2e71c107c..9f6197cfc 100644
--- a/mimeview/mimeview.c
+++ b/mimeview/mimeview.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2005, 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
@@ -281,7 +281,7 @@ main (int argc, char **argv)
{
int index;
- mu_init_nls ();
+ MU_APP_INIT_NLS ();
mu_argp_init (program_version, NULL);
if (mu_app_init (&argp, capa, mimeview_cfg_param,
argc, argv, 0, &index, NULL))

Return to:

Send suggestions and report system problems to the System administrator.