fixed localization

v-1.6.0
q66 8 years ago
parent 9c34a9038b
commit c736d8d07a
  1. 2
      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

Loading…
Cancel
Save