X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d27d59fb91131222207a535b43ef67babfd03ee9..cfcf1d6ee31a87a20b1e6f198612be41b2bfecfa:/src/os2/menuitem.cpp diff --git a/src/os2/menuitem.cpp b/src/os2/menuitem.cpp index 3b5ff83d76..3eccd6eb75 100644 --- a/src/os2/menuitem.cpp +++ b/src/os2/menuitem.cpp @@ -492,7 +492,7 @@ bool wxMenuItem::OnMeasureItem( size_t* pWidth, size_t* pHeight ) if (m_bmpChecked.Ok()) { // - // Is BMP height larger then text height? + // Is BMP height larger than text height? // size_t nAdjustedHeight = m_bmpChecked.GetHeight() + wxSystemSettings::GetMetric(wxSYS_EDGE_Y);