diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" |