* 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:
Adrien Destugues
2010-07-02 11:36:13 +00:00
parent ba7d3b37f9
commit be8fa2fb30
135 changed files with 87 additions and 446 deletions
-3
View File
@@ -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();
}