Searched refs:localepath (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dmain.cpp594 gchar *localepath = g_build_filename(exe, PACKAGE_LOCALE_DIR, NULL); local
595 g_setenv("INKSCAPE_LOCALEDIR", localepath, TRUE);
613 g_free(localepath);
676 gchar *localepath = g_build_filename(shortexedir, PACKAGE_LOCALE_DIR, NULL); local
677 bindtextdomain(GETTEXT_PACKAGE, localepath);
679 g_free(localepath);

Completed in 210 milliseconds