aboutsummaryrefslogtreecommitdiff
path: root/trayfreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'trayfreq.c')
-rw-r--r--trayfreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trayfreq.c b/trayfreq.c
index 8ef3572..282ccd5 100644
--- a/trayfreq.c
+++ b/trayfreq.c
@@ -37,7 +37,7 @@
int main(int argc, char** argv)
{
setlocale(LC_ALL, "");
- bindtextdomain("trayfreq","/usr/share/locale");
+ bindtextdomain("trayfreq",LOCALE_DIR);
textdomain("trayfreq");
debug("Set gettext up\n");