From e165121e120d9a6a13293ef743c630b4ec1dbce4 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 10 May 2014 22:35:00 +1200 Subject: Makefile options for portability --- trayfreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trayfreq.c') 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"); -- cgit v1.1