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
This commit is contained in:
Adrien Destugues 2009-09-23 20:56:11 +00:00
parent c6989ed912
commit fb421f7d1c
2 changed files with 2 additions and 2 deletions

View File

@ -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 :

View File

@ -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;