aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b468481..6b930a2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -82,7 +82,7 @@ main (int argc, char ** argv)
GMainLoop * loop = NULL;
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
setlocale (LC_ALL, "");
- bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
+ bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
/* Build Mainloop */
loop = g_main_loop_new(NULL, FALSE);