diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-06 11:45:17 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-06 11:45:17 +0100 |
commit | c6c864cd7084931404b383dcd3f8a1e3951dede4 (patch) | |
tree | a700a865d75b6ba4860686c95609e804969986eb /config.h.in | |
parent | 8a8cfe605357c566f9643931f16c065ba4357e2b (diff) | |
download | ayatana-indicator-sound-c6c864cd7084931404b383dcd3f8a1e3951dede4.tar.gz ayatana-indicator-sound-c6c864cd7084931404b383dcd3f8a1e3951dede4.tar.bz2 ayatana-indicator-sound-c6c864cd7084931404b383dcd3f8a1e3951dede4.zip |
Rename GNOMELOCALEDIR -> LOCALEDIR.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index c51c213..ba38187 100644 --- a/config.h.in +++ b/config.h.in @@ -20,6 +20,6 @@ #define INDICATOR_SOUND_CONFIG_H_ #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@" -#define GNOMELOCALEDIR "@GNOMELOCALEDIR@" +#define LOCALEDIR "@LOCALEDIR@" #endif // INDICATOR_SOUND_CONFIG_H_ |