aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-26 11:39:28 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-26 11:39:28 +0100
commit4105028ec4a1007be0092a0141f1bfcdef64ecbf (patch)
treeb728cf77b56f50b5d55f6a85fe35ef4c53c68783 /src
parentc53da7f664feb24ce3f7a87145dc33189636e274 (diff)
parent447f27c4b1849e8403ea75827d1ec912013acb89 (diff)
downloadayatana-indicator-bluetooth-4105028ec4a1007be0092a0141f1bfcdef64ecbf.tar.gz
ayatana-indicator-bluetooth-4105028ec4a1007be0092a0141f1bfcdef64ecbf.tar.bz2
ayatana-indicator-bluetooth-4105028ec4a1007be0092a0141f1bfcdef64ecbf.zip
Merge branch 'sunweaver-pr/fix-localedir-variable-name'
Attributes GH PR #5: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/5
Diffstat (limited to 'src')
-rw-r--r--src/main.vala2
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