Update for the Catalog API change. Based on r37345. Review appreciated.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39087 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
974d4226ff
commit
afbf2c78d1
@ -50,8 +50,6 @@ InspectorApp::InspectorApp()
|
||||
fpActivesWin = NULL;
|
||||
fpInfoWin = NULL;
|
||||
|
||||
be_locale->GetAppCatalog(&fAppCatalog);
|
||||
|
||||
AddToTranslatorsList("/system/add-ons/Translators",
|
||||
SYSTEM_TRANSLATOR);
|
||||
AddToTranslatorsList("/boot/home/config/add-ons/Translators",
|
||||
|
@ -57,7 +57,6 @@ private:
|
||||
BList flstTranslators;
|
||||
ActiveTranslatorsWindow *fpActivesWin;
|
||||
InfoWindow *fpInfoWin;
|
||||
BCatalog fAppCatalog;
|
||||
};
|
||||
|
||||
#endif // #ifndef INSPECTORAPP_H
|
||||
|
@ -20,5 +20,6 @@ DoCatalogs Inspector :
|
||||
ActiveTranslatorsWindow.cpp
|
||||
;
|
||||
|
||||
LinkAgainst Inspector : be tracker locale translation $(TARGET_LIBSUPC++) ;
|
||||
LinkAgainst Inspector :
|
||||
be tracker translation $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user