X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c140b7e7c9aabb61ab5e6e017cfb768c05373502..c6900c006b669c92ba6b0c5df9fd12b7da437a6f:/docs/html/faqmac.htm
diff --git a/docs/html/faqmac.htm b/docs/html/faqmac.htm
index 3e7f255569..177092ab55 100644
--- a/docs/html/faqmac.htm
+++ b/docs/html/faqmac.htm
@@ -32,7 +32,7 @@ See also top-level FAQ page.
What compilers are supported?
How does CVS handle file types/creators under Mac OS 8.x /9.x?
How does CVS handle file types/creators under Mac OS X?
-What steps are required to build wxMac using CodeWarrior P ro 5.3?
+What steps are required to build wxMac using CodeWarrior Pro 5.3?
What steps are required to build wxMac under Mac OS X?
What important settings are required in the CodeWarrior Project Preferences?
What are the smart preprocessing errors with the Apple Developer Tools?
@@ -200,7 +200,7 @@ This error can sometimes be corrected or avoided by modifying the source code. H
Because wxWidgets does not have a specific API for the About menu item or the Help menu, the Mac OS port uses some static variables to help the engine make the right decisions:
- It assumes that the About menu item is part of a Help menu.
-
- The title of the Help menu is stored in
wxApp::s_macHelpMenuTitleName
, it defaults to "&Help", but you can change it in your constructor to your specific menu title.
+ - The title of the Help menu is stored in
wxApp::s_macHelpMenuTitleName
, it defaults to "&Help", but you can change it in your constructor to your specific menu title.
- The item Id of the About menu is stored in
wxApp::s_macAboutMenuItemID
, it defaults to wxID_ABOUT
, but can be changed as well to suit your needs.
- The other items of the wxWidgets help menu are appended to the Mac OS Help menu and the translation of Ids is handled transparently for your application.