]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/menuitem.cpp
Application of the most recent wxWebView patch, the only changes were so tab to space...
[wxWidgets.git] / src / os2 / menuitem.cpp
index 3b5ff83d76010a9596add77450e9205e9fcde8ab..3eccd6eb7517f3157e72bfe32fb5929e51b32352 100644 (file)
@@ -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);