Updates for the Catalog API change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37456 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-07-10 11:13:26 +00:00
parent 8d37fd1227
commit 2d6072229e
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ SimpleTest NetworkSetup :
NetworkSetupWindow.cpp NetworkSetupWindow.cpp
NetworkSetupProfile.cpp NetworkSetupProfile.cpp
NetworkSetupAddOn.cpp NetworkSetupAddOn.cpp
: be root $(TARGET_LIBSTDC++) liblocale.so : be root $(TARGET_LIBSTDC++) $(HAIKU_LOCALE_LIBS)
; ;
SubInclude HAIKU_TOP src tests kits net preflet InterfacesAddOn ; SubInclude HAIKU_TOP src tests kits net preflet InterfacesAddOn ;
@@ -19,8 +19,6 @@ class Application : public BApplication
Application(); Application();
public: public:
BCatalog fCatalog;
void ReadyToRun(void); void ReadyToRun(void);
}; };
@@ -37,7 +35,6 @@ int main()
Application::Application() Application::Application()
: BApplication(APPLICATION_SIGNATURE) : BApplication(APPLICATION_SIGNATURE)
{ {
be_locale->GetAppCatalog(&fCatalog);
} }