* Update all applications in tree to use the new localizing system
* Remove the old one from the locale librairy, with some cleanup Known regressions : * readonlybootprompt will no longer update the locale settings : the method used messed with internal undocumented things * external localized apps (webpositive for example) will not run anymore. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37336 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -191,9 +191,7 @@ TranslationComparator(const void* left, const void* right)
|
||||
|
||||
class AboutApp : public BApplication {
|
||||
public:
|
||||
AboutApp();
|
||||
private:
|
||||
BCatalog fCatalog;
|
||||
AboutApp();
|
||||
};
|
||||
|
||||
|
||||
@@ -292,7 +290,6 @@ private:
|
||||
AboutApp::AboutApp()
|
||||
: BApplication("application/x-vnd.Haiku-About")
|
||||
{
|
||||
be_locale->GetAppCatalog(&fCatalog);
|
||||
AboutWindow *window = new(std::nothrow) AboutWindow();
|
||||
if (window)
|
||||
window->Show();
|
||||
|
||||
Reference in New Issue
Block a user