I forgot to update this one following Catalog API change. Sorry, and thanks to luroh for pinging me about it !
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37345 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
BluetoothApplication::BluetoothApplication(void)
|
BluetoothApplication::BluetoothApplication(void)
|
||||||
: BApplication(BLUETOOTH_APP_SIGNATURE)
|
: BApplication(BLUETOOTH_APP_SIGNATURE)
|
||||||
{
|
{
|
||||||
be_locale->GetAppCatalog(&fCatalog);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,8 +20,6 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
BluetoothWindow* fWindow;
|
BluetoothWindow* fWindow;
|
||||||
BCatalog fCatalog;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Preference Bluetooth :
|
|||||||
ExtendedLocalDeviceView.cpp
|
ExtendedLocalDeviceView.cpp
|
||||||
InquiryPanel.cpp
|
InquiryPanel.cpp
|
||||||
RemoteDevicesView.cpp
|
RemoteDevicesView.cpp
|
||||||
: be libbluetooth.so $(TARGET_LIBSUPC++) liblocale.so
|
: be libbluetooth.so $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
|
||||||
;
|
;
|
||||||
|
|
||||||
DoCatalogs Bluetooth :
|
DoCatalogs Bluetooth :
|
||||||
|
|||||||
Reference in New Issue
Block a user