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:
@@ -234,7 +234,11 @@ TBeMenu::AddStandardBeMenuItems()
|
|||||||
|
|
||||||
BMenuItem* item = new BMenuItem(
|
BMenuItem* item = new BMenuItem(
|
||||||
#ifdef __HAIKU__
|
#ifdef __HAIKU__
|
||||||
|
# ifdef HAIKU_DISTRO_COMPATIBILITY_OFFICIAL
|
||||||
"About Haiku"
|
"About Haiku"
|
||||||
|
# else
|
||||||
|
"About This System"
|
||||||
|
# endif
|
||||||
#else
|
#else
|
||||||
"About BeOS"
|
"About BeOS"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user