aboutsummaryrefslogtreecommitdiff
path: root/trayfreq.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 22:35:00 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-10 22:35:00 +1200
commite165121e120d9a6a13293ef743c630b4ec1dbce4 (patch)
tree6f18bc85819b3a20370e26bfe8009d43e01fae3d /trayfreq.c
parent743958b5b4de70190a81485e1c55582ad35431c0 (diff)
downloadparamano-e165121e120d9a6a13293ef743c630b4ec1dbce4.tar.xz
Makefile options for portability
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");