From c736d8d07a737ce4f84606af5c9315356edb58c5 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 10 Aug 2015 21:07:54 +0100 Subject: [PATCH] fixed localization --- src/bin/ephoto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto.c b/src/bin/ephoto.c index f56f8a9..e8c3c73 100644 --- a/src/bin/ephoto.c +++ b/src/bin/ephoto.c @@ -18,7 +18,7 @@ elm_main(int argc, char **argv) elm_language_set(""); #if HAVE_GETTEXT && ENABLE_NLS elm_app_compile_locale_set(LOCALEDIR); - bindtextdomain(PACKAGE, elm_app_locale_dir_get()); + bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); #endif