Fix copy-paste typo in wxGrid::DeleteRows() documentation
Just use the correct verb. Closes #17987.
This commit is contained in:
@@ -4245,7 +4245,7 @@ public:
|
|||||||
wxGridTableBase::DeleteRows(). See InsertRows() for further
|
wxGridTableBase::DeleteRows(). See InsertRows() for further
|
||||||
information.
|
information.
|
||||||
|
|
||||||
@return @true on success or @false if appending rows failed.
|
@return @true on success or @false if deleting rows failed.
|
||||||
*/
|
*/
|
||||||
bool DeleteRows(int pos = 0, int numRows = 1, bool updateLabels = true);
|
bool DeleteRows(int pos = 0, int numRows = 1, bool updateLabels = true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user