From 72901d09ca5f7c8376adf577a1dd9c357ddd63af Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sat, 30 Mar 2019 22:35:01 +0100 Subject: Remove "PACKAGE_LOCALE_DIR" environment variable Likely unneeded, see also https://gitlab.com/inkscape/inkscape/issues/115) If it causes issues we should set the more canonical INKSCAPE_LOCALEDIR instead. --- src/helper/gettext.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/helper/gettext.cpp') diff --git a/src/helper/gettext.cpp b/src/helper/gettext.cpp index 84505fe07..a054f54de 100644 --- a/src/helper/gettext.cpp +++ b/src/helper/gettext.cpp @@ -47,8 +47,6 @@ void initialize_gettext() { bindtextdomain(GETTEXT_PACKAGE, BR_LOCALEDIR("")); # else bindtextdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR_ABSOLUTE); - // needed by Python/Gettext - g_setenv("PACKAGE_LOCALE_DIR", PACKAGE_LOCALE_DIR_ABSOLUTE, TRUE); # endif #endif -- cgit v1.2.3