diff --git a/src/bin/main.c b/src/bin/main.c index 4980b99..9fb0705 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -2,6 +2,10 @@ #include "config.h" #endif +#ifdef ENABLE_NLS +# include +#endif + #include #include #include "common.h" @@ -1092,8 +1096,8 @@ init(app_data *ad, int argc, char **argv) { #ifdef ENABLE_NLS setlocale(LC_ALL, ""); - bindtextdomain(PACKAGE, LOCALE_DIR); - textdomain(PACKAGE); + bindtextdomain(PACKAGE_NAME, LOCALE_DIR); + textdomain(PACKAGE_NAME); #endif /* set locale */ elm_setup();