* 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
+1 -4
View File
@@ -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();