From adcd1caf92001ebaa397809a2d1f307b87cb1053 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 5 Jan 1999 00:58:33 +0000 Subject: Fix the localdomain problem. svn path=/trunk/; revision=2324 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 766f78e1..9edc1600 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -149,8 +149,8 @@ int main (int argc, char **argv) envquery(argc, argv); #ifdef ENABLE_NLS - bindtextdomain("fetchmail", "/usr/share/locale"); - textdomain("fetchmail"); + bindtextdomain(PACKAGE, LOCALEDIR); + textdomain(PACKAGE); #endif #define IDFILE_NAME ".fetchids" -- cgit v1.2.3