Spelling fixed for comments and a wxASSERT_MSG. Fixes #14022.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -419,7 +419,7 @@ void wxGridCellAttr::SetSize(int num_rows, int num_cols)
|
||||
wxASSERT_MSG( (!((num_rows > 0) && (num_cols <= 0)) ||
|
||||
!((num_rows <= 0) && (num_cols > 0)) ||
|
||||
!((num_rows == 0) && (num_cols == 0))),
|
||||
wxT("wxGridCellAttr::SetSize only takes two postive values or negative/zero values"));
|
||||
wxT("wxGridCellAttr::SetSize only takes two positive values or negative/zero values"));
|
||||
|
||||
m_sizeRows = num_rows;
|
||||
m_sizeCols = num_cols;
|
||||
|
Reference in New Issue
Block a user