Fix more typos in comments and wxFAIL messages

Closes https://github.com/wxWidgets/wxWidgets/pull/270
This commit is contained in:
Vadim Zeitlin
2016-04-14 16:08:28 +02:00
parent d4460435d9
commit ba5a0a3878
6 changed files with 15 additions and 15 deletions

View File

@@ -132,8 +132,8 @@ public:
wxPropertyGridManager inherits from wxPropertyGridInterface, and as such
it has most property manipulation functions. However, only some of them affect
properties on all pages (eg. GetPropertyByName() and ExpandAll()), while some
(eg. Append()) only apply to the currently selected page.
properties on all pages (e.g. GetPropertyByName() and ExpandAll()), while some
(e.g. Append()) only apply to the currently selected page.
To operate explicitly on properties on specific page, use
wxPropertyGridManager::GetPage() to obtain pointer to page's
@@ -405,7 +405,7 @@ public:
Select and displays a given page.
@param index
Index of page being seleced. Can be -1 to select nothing.
Index of page being selected. Can be -1 to select nothing.
*/
void SelectPage( int index );