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:
parent
c6989ed912
commit
fb421f7d1c
@ -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 :
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user