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;