Fix recurrent "applicable" typo in wxPropertyGrid documentation
It was misspelt as "applicapple" in several places. Closes https://github.com/wxWidgets/wxWidgets/pull/564
This commit is contained in:
@@ -942,7 +942,7 @@ public:
|
||||
|
||||
// Resets column sizes and splitter positions, based on proportions.
|
||||
// enableAutoResizing - If true, automatic column resizing is enabled
|
||||
// (only applicapple if window style wxPG_SPLITTER_AUTO_CENTER is used).
|
||||
// (only applicable if window style wxPG_SPLITTER_AUTO_CENTER is used).
|
||||
void ResetColumnSizes( bool enableAutoResizing = false );
|
||||
|
||||
// Selects a property.
|
||||
|
Reference in New Issue
Block a user