X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/078cf5cb756c4f4113d7acf04ebd6a2535ef75b3..0281278534339322516fa6133ed4df925c2156be:/src/msw/ownerdrw.cpp diff --git a/src/msw/ownerdrw.cpp b/src/msw/ownerdrw.cpp index 785db7f39e..378f66b95d 100644 --- a/src/msw/ownerdrw.cpp +++ b/src/msw/ownerdrw.cpp @@ -167,7 +167,7 @@ bool wxOwnerDrawn::OnMeasureItem(size_t *pwidth, size_t *pheight) // this will also allow offsetting the accel string from the right edge *pwidth += GetDefaultMarginWidth() + 16; - // increase size to accomodate bigger bitmaps if necessary + // increase size to accommodate bigger bitmaps if necessary if (m_bmpChecked.Ok()) { // Is BMP height larger then text height?