aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-06 11:45:17 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-06 11:45:17 +0100
commitc6c864cd7084931404b383dcd3f8a1e3951dede4 (patch)
treea700a865d75b6ba4860686c95609e804969986eb /src
parent8a8cfe605357c566f9643931f16c065ba4357e2b (diff)
downloadayatana-indicator-sound-c6c864cd7084931404b383dcd3f8a1e3951dede4.tar.gz
ayatana-indicator-sound-c6c864cd7084931404b383dcd3f8a1e3951dede4.tar.bz2
ayatana-indicator-sound-c6c864cd7084931404b383dcd3f8a1e3951dede4.zip
Rename GNOMELOCALEDIR -> LOCALEDIR.
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);