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:
@@ -14,7 +14,7 @@ Preference Bluetooth :
|
|||||||
ExtendedLocalDeviceView.cpp
|
ExtendedLocalDeviceView.cpp
|
||||||
InquiryPanel.cpp
|
InquiryPanel.cpp
|
||||||
RemoteDevicesView.cpp
|
RemoteDevicesView.cpp
|
||||||
: be libbluetooth.so $(TARGET_LIBSUPC++)
|
: be libbluetooth.so $(TARGET_LIBSUPC++) liblocale.so
|
||||||
;
|
;
|
||||||
|
|
||||||
DoCatalogs Bluetooth :
|
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;
|
resource app_flags B_SINGLE_LAUNCH;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user