aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-bluetooth-service.vala
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-07-31 23:04:40 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-07-31 23:04:40 -0500
commit761a9fff03812af3c0beb26da1094c69fc3a0a72 (patch)
tree1ef4a2ed2927e62d8449aff72f87942dd4b9320f /src/indicator-bluetooth-service.vala
parent143845e62636b2bbc1316e794be40c37e3505c71 (diff)
downloadayatana-indicator-bluetooth-761a9fff03812af3c0beb26da1094c69fc3a0a72.tar.gz
ayatana-indicator-bluetooth-761a9fff03812af3c0beb26da1094c69fc3a0a72.tar.bz2
ayatana-indicator-bluetooth-761a9fff03812af3c0beb26da1094c69fc3a0a72.zip
add a vapi/ directory off the top package directory
Diffstat (limited to 'src/indicator-bluetooth-service.vala')
-rw-r--r--src/indicator-bluetooth-service.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/indicator-bluetooth-service.vala b/src/indicator-bluetooth-service.vala
index ac84f33..e9d8e76 100644
--- a/src/indicator-bluetooth-service.vala
+++ b/src/indicator-bluetooth-service.vala
@@ -397,9 +397,9 @@ private void show_control_center (string panel)
public static int main (string[] args)
{
Intl.setlocale (LocaleCategory.ALL, "");
- Intl.bindtextdomain (GETTEXT_PACKAGE, LOCALE_DIR);
- Intl.bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
- Intl.textdomain (GETTEXT_PACKAGE);
+ Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.GNOMELOCALEDIR);
+ Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8");
+ Intl.textdomain (Config.GETTEXT_PACKAGE);
var loop = new MainLoop ();