From fb421f7d1c9966df6b0b3944854252c88512feb7 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 23 Sep 2009 20:56:11 +0000 Subject: [PATCH] The app signature of the bluetooth preflet used a lowercase haiku instead of the usual Haiku, making the locale kit not find the catalogs. I can't see this change in the compiled image, however, which file should I delete for this to be uodated ? git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33258 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/bluetooth/Jamfile | 2 +- src/preferences/bluetooth/bluetooth-pref.rdef | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preferences/bluetooth/Jamfile b/src/preferences/bluetooth/Jamfile index 6c945cc47d..0cdc09dfe0 100644 --- a/src/preferences/bluetooth/Jamfile +++ b/src/preferences/bluetooth/Jamfile @@ -14,7 +14,7 @@ Preference Bluetooth : ExtendedLocalDeviceView.cpp InquiryPanel.cpp RemoteDevicesView.cpp - : be libbluetooth.so $(TARGET_LIBSUPC++) + : be libbluetooth.so $(TARGET_LIBSUPC++) liblocale.so ; DoCatalogs Bluetooth : diff --git a/src/preferences/bluetooth/bluetooth-pref.rdef b/src/preferences/bluetooth/bluetooth-pref.rdef index 7650fbbfbc..4b8f206387 100644 --- a/src/preferences/bluetooth/bluetooth-pref.rdef +++ b/src/preferences/bluetooth/bluetooth-pref.rdef @@ -1,5 +1,5 @@ -resource app_signature "application/x-vnd.haiku-BluetoothPrefs"; +resource app_signature "application/x-vnd.Haiku-BluetoothPrefs"; resource app_flags B_SINGLE_LAUNCH;