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:
Adrien Destugues 2010-07-02 17:18:51 +00:00
parent 2f0eb7b11e
commit 673342995f
3 changed files with 1 additions and 4 deletions

View File

@ -20,7 +20,6 @@
BluetoothApplication::BluetoothApplication(void)
: BApplication(BLUETOOTH_APP_SIGNATURE)
{
be_locale->GetAppCatalog(&fCatalog);
}

View File

@ -20,8 +20,6 @@ public:
private:
BluetoothWindow* fWindow;
BCatalog fCatalog;
};
#endif

View File

@ -14,7 +14,7 @@ Preference Bluetooth :
ExtendedLocalDeviceView.cpp
InquiryPanel.cpp
RemoteDevicesView.cpp
: be libbluetooth.so $(TARGET_LIBSUPC++) liblocale.so
: be libbluetooth.so $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
;
DoCatalogs Bluetooth :