Renamed the Deskbar menu itom "About Haiku..." to "About This System..."

in case it is not built for the official Haiku distribution.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21178 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-05-20 17:52:46 +00:00
parent a66c32dde5
commit c1b309e2e7
1 changed files with 4 additions and 0 deletions

View File

@ -234,7 +234,11 @@ TBeMenu::AddStandardBeMenuItems()
BMenuItem* item = new BMenuItem(
#ifdef __HAIKU__
# ifdef HAIKU_DISTRO_COMPATIBILITY_OFFICIAL
"About Haiku"
# else
"About This System"
# endif
#else
"About BeOS"
#endif