From: Gilles Depeyrot Date: Sat, 12 Mar 2005 14:16:28 +0000 (+0000) Subject: corrected typo in comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/220aea7b09665fa1d28ba6361b9052599415e69a corrected typo in comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 }