Quick fix. Maybe we should #define some OS_NAME string somewhere, because "BeOS" still appears in many places in litterals.

Not that I didn't like these 4 letters combined, but, well, let's move on...



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13553 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2005-07-08 07:42:41 +00:00
parent 8ec0a618a1
commit 95818cf43e
+4
View File
@@ -245,7 +245,11 @@ TBeMenu::AddStandardBeMenuItems()
if (fBarView)
dragging = fBarView->Dragging();
#ifdef __HAIKU__
BMenuItem* item = new BMenuItem("About Haiku", new BMessage(kShowSplash));
#else
BMenuItem* item = new BMenuItem("About BeOS", new BMessage(kShowSplash));
#endif
item->SetEnabled(!dragging);
AddItem(item);