Fixed various typos.
Applied patch by snowleopard2 fixing a bunch of typos such as misspellings and double words in the documentation. Combined the patch with some local queued typos waiting to be committed as well as adding new typo fixes inspired by the patch. Function names with American spelling were not changed nor was third-party code touched. The only code changes involve some changes in strings that are translated ("Can not" -> "Cannot"). Closes #13063 (again). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
|
||||
@beginEventTable{wxWizardEvent}
|
||||
@event{EVT_WIZARD_PAGE_CHANGED(id, func)}
|
||||
The page has been just changed (this event can not be vetoed).
|
||||
The page has been just changed (this event cannot be vetoed).
|
||||
@event{EVT_WIZARD_PAGE_CHANGING(id, func)}
|
||||
The page is being changed (this event can be vetoed).
|
||||
@event{EVT_WIZARD_PAGE_SHOWN(id, func)}
|
||||
@@ -432,7 +432,7 @@ public:
|
||||
/**
|
||||
Executes the wizard starting from the given page, returning @true if it was
|
||||
successfully finished or @false if user cancelled it.
|
||||
The @a firstPage can not be @NULL.
|
||||
The @a firstPage cannot be @NULL.
|
||||
*/
|
||||
virtual bool RunWizard(wxWizardPage* firstPage);
|
||||
|
||||
|
Reference in New Issue
Block a user