spelling and styling fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -100,7 +100,7 @@ wxGTK1, wxX11, wxDFB, wxPM...) are also supported but to a lesser extent.
|
||||
Please see the @subpage page_port "platform details page" for more information.
|
||||
|
||||
There are no CPU speed requirements but the faster (and more) CPU(s) you have,
|
||||
faster will the library compile. You do need to have enough RAM, especially
|
||||
the faster the library will compile. You do need to have enough RAM, especially
|
||||
under Windows platforms, to avoid running out of memory during link phase.
|
||||
Depending on the compiler used, you may need at least 4GB to be able to link.
|
||||
Under all platforms it's recommended to have large amounts of free hard disk
|
||||
|
@@ -464,7 +464,7 @@ IMPLEMENT_DYNAMIC_CLASS(MyControlXmlHandler, wxXmlResourceHandler)
|
||||
|
||||
MyControlXmlHandler::MyControlXmlHandler()
|
||||
{
|
||||
// this call adds support for all wxWindows class styles
|
||||
// this call adds support for all wxWidgets class styles
|
||||
// (e.g. wxBORDER_SIMPLE, wxBORDER_SUNKEN, wxWS_EX_* etc etc)
|
||||
AddWindowStyles();
|
||||
|
||||
|
Reference in New Issue
Block a user