Localization changes. Stop using AddCatalogEntryAttribute rule in Jamfiles.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40945 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2011-03-14 02:16:35 +00:00
parent 2e7a9f2783
commit 47798a10f7
19 changed files with 21 additions and 73 deletions
+2
View File
@@ -349,6 +349,8 @@ private:
AboutApp::AboutApp()
: BApplication("application/x-vnd.Haiku-About")
{
B_TRANSLATE_MARK_APP_NAME("AboutSystem");
AboutWindow *window = new(std::nothrow) AboutWindow();
if (window)
window->Show();