aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-06 12:39:58 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-06 12:39:58 +0100
commit8fc930a1d0c74e225df34c7ef80500e7a5779c39 (patch)
tree14753aa9c304eddf17f558e76c449c8e43bd58be /src
parenta7f8ec1e62d6c4619bde2309f5ca9dbca874c117 (diff)
downloadayatana-indicator-messages-8fc930a1d0c74e225df34c7ef80500e7a5779c39.tar.gz
ayatana-indicator-messages-8fc930a1d0c74e225df34c7ef80500e7a5779c39.tar.bz2
ayatana-indicator-messages-8fc930a1d0c74e225df34c7ef80500e7a5779c39.zip
Rename GNOMELOCALEDIR -> LOCALEDIR.
Diffstat (limited to 'src')
-rw-r--r--src/messages-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages-service.c b/src/messages-service.c
index 572597c..b123a46 100644
--- a/src/messages-service.c
+++ b/src/messages-service.c
@@ -234,7 +234,7 @@ main (int argc, char ** argv)
/* Setting up i18n and gettext. Apparently, we need
all of these. */
setlocale (LC_ALL, "");
- bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
+ bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
textdomain (GETTEXT_PACKAGE);
/* Bring up the service DBus interface */