* 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:
@@ -17,15 +17,12 @@ class MailConfigApp : public BApplication {
|
||||
public:
|
||||
MailConfigApp();
|
||||
~MailConfigApp();
|
||||
private:
|
||||
BCatalog fCatalog;
|
||||
};
|
||||
|
||||
|
||||
MailConfigApp::MailConfigApp()
|
||||
: BApplication("application/x-vnd.Haiku-Mail")
|
||||
{
|
||||
be_locale->GetAppCatalog(&fCatalog);
|
||||
(new ConfigWindow())->Show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user