summaryrefslogtreecommitdiffstats
path: root/src/helper
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper')
-rw-r--r--src/helper/gettext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/gettext.cpp b/src/helper/gettext.cpp
index dd27f9f78..84505fe07 100644
--- a/src/helper/gettext.cpp
+++ b/src/helper/gettext.cpp
@@ -46,9 +46,9 @@ void initialize_gettext() {
# ifdef ENABLE_BINRELOC
bindtextdomain(GETTEXT_PACKAGE, BR_LOCALEDIR(""));
# else
- bindtextdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
+ bindtextdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR_ABSOLUTE);
// needed by Python/Gettext
- g_setenv("PACKAGE_LOCALE_DIR", PACKAGE_LOCALE_DIR, TRUE);
+ g_setenv("PACKAGE_LOCALE_DIR", PACKAGE_LOCALE_DIR_ABSOLUTE, TRUE);
# endif
#endif