]> www.fi.muni.cz Git - evince.git/blobdiff - previewer/ev-previewer.c
[totem-screensaver] Adapt to GDBus API change
[evince.git] / previewer / ev-previewer.c
index 990a003cecf4f35594b5eed489e95c8f36dcce73..2b8dea364d5468486c236cd86d3146844da21bd3 100644 (file)
@@ -139,7 +139,7 @@ main (gint argc, gchar **argv)
 
 #ifdef ENABLE_NLS
        /* Initialize the i18n stuff */
 
 #ifdef ENABLE_NLS
        /* Initialize the i18n stuff */
-       bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
+       bindtextdomain (GETTEXT_PACKAGE, ev_get_locale_dir());
        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
        textdomain (GETTEXT_PACKAGE);
 #endif
        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
        textdomain (GETTEXT_PACKAGE);
 #endif