]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlcell.cpp
fixed handling of the accelerators of menu items added to already attached submenus
[wxWidgets.git] / src / html / htmlcell.cpp
index c8be065e51c8161a28c463f70e2f99115748a274..9a8a34aeb35184189a9793dda8f3fc83ac47c43a 100644 (file)
@@ -729,7 +729,7 @@ void wxHtmlContainerCell::Layout(int w)
             } while (nextCell && !nextCell->IsLinebreakAllowed());
         }
 
-        // force new line if occured:
+        // force new line if occurred:
         if ((cell == NULL) ||
             (xpos + nextWordWidth > s_width && cell->IsLinebreakAllowed()))
         {