X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51d2fa37c431389260d70805f06e0158d85bdb3a..172541f64be8fcddb08f1c121da256d08c24a70b:/src/msw/menuitem.cpp diff --git a/src/msw/menuitem.cpp b/src/msw/menuitem.cpp index f60a9e14d7..38a7e8783d 100644 --- a/src/msw/menuitem.cpp +++ b/src/msw/menuitem.cpp @@ -177,7 +177,7 @@ void wxMenuItem::Init() if ( GetId() != wxID_SEPARATOR ) SetMarginWidth(GetMarginWidth()); - // tell the owner drawing code to to show the accel string as well + // tell the owner drawing code to show the accel string as well SetAccelString(m_text.AfterFirst(_T('\t'))); #endif // wxUSE_OWNER_DRAWN }