diff options
author | Robert Tari <robert@tari.in> | 2020-10-25 16:11:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-26 11:38:50 +0100 |
commit | 447f27c4b1849e8403ea75827d1ec912013acb89 (patch) | |
tree | b728cf77b56f50b5d55f6a85fe35ef4c53c68783 /src | |
parent | c53da7f664feb24ce3f7a87145dc33189636e274 (diff) | |
download | ayatana-indicator-bluetooth-447f27c4b1849e8403ea75827d1ec912013acb89.tar.gz ayatana-indicator-bluetooth-447f27c4b1849e8403ea75827d1ec912013acb89.tar.bz2 ayatana-indicator-bluetooth-447f27c4b1849e8403ea75827d1ec912013acb89.zip |
Switch from GNOMELOCALEDIR to LOCALEDIR variable name.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.vala b/src/main.vala index 828a96b..be02a67 100644 --- a/src/main.vala +++ b/src/main.vala @@ -22,7 +22,7 @@ public static int main (string[] args) // set up i18n Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8"); Intl.setlocale (LocaleCategory.ALL, ""); - Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.GNOMELOCALEDIR); + Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALEDIR); Intl.textdomain (Config.GETTEXT_PACKAGE); // create the backend |