Updates for the Catalog API change. (hoping this was done correctly!)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37455 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia 2010-07-10 11:08:26 +00:00
parent 874e983f9d
commit 8d37fd1227
3 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,7 @@ Application OverlayImage :
OverlayView.cpp
OverlayWindow.cpp
: be liblocale.so libtranslation.so $(TARGET_LIBSTDC++)
: be libtranslation.so $(TARGET_LIBSTDC++) $(HAIKU_LOCALE_LIBS)
: OverlayImage.rdef
;

View File

@ -18,8 +18,6 @@
OverlayApp::OverlayApp()
: BApplication("application/x-vnd.Haiku-OverlayImage")
{
be_locale->GetAppCatalog(&fCatalog);
OverlayWindow *theWindow = new OverlayWindow();
theWindow->Show();
}

View File

@ -22,8 +22,6 @@
class OverlayApp : public BApplication {
public:
OverlayApp();
private:
BCatalog fCatalog;
};
#endif // OVERLAY_APP_H