summaryrefslogtreecommitdiff
path: root/dotlock
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-01-13 18:18:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-01-13 18:18:20 +0000
commita68e43adf5e389f3dfe874eb036b6dadda1393dd (patch)
treedaab2569ae5883e47bbcb090f50f6698bd3310b5 /dotlock
parent264a0e474abb473014fc6cc2814feb49690a30fd (diff)
downloadmailutils-a68e43adf5e389f3dfe874eb036b6dadda1393dd.tar.gz
mailutils-a68e43adf5e389f3dfe874eb036b6dadda1393dd.tar.bz2
Fix NLS issues.
* configure.ac: Define DEFAULT_TEXT_DOMAIN * comsat/comsat.c, dotlock/dotlock.c, frm/frm.c, frm/from.c, guimb/main.c, imap4d/imap4d.c, maidag/maidag.c, mail/mail.c, mail.local/main.c, mail.remote/mail.remote.c, messages/messages.c, mh/ali.c, mh/anno.c, mh/burst.c, mh/comp.c, mh/fmtcheck.c, mh/folder.c, mh/forw.c, mh/inc.c, mh/install-mh.c, mh/mark.c, mh/mhl.c, mh/mhn.c, mh/mhparam.c, mh/mhpath.c, mh/pick.c, mh/refile.c, mh/repl.c, mh/rmf.c, mh/rmm.c, mh/scan.c, mh/send.c, mh/sortm.c, mh/whatnow.c, mh/whom.c, mimeview/mimeview.c, movemail/movemail.c, pop3d/pop3d.c, pop3d/popauth.c, readmsg/readmsg.c, sieve/sieve.c, Use MU_APP_INIT_NLS instead of mu_init_nls. * mailbox/nls.c (mu_init_nls): Do not call textdomain.
Diffstat (limited to 'dotlock')
-rw-r--r--dotlock/dotlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index ed6b66a3c..882b1de02 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -152,7 +152,7 @@ main (int argc, char *argv[])
pid_t mailgid = getegid ();
/* Native Language Support */
- mu_init_nls ();
+ MU_APP_INIT_NLS ();
/* Drop permissions during argument parsing. */

Return to:

Send suggestions and report system problems to the System administrator.