From 220aea7b09665fa1d28ba6361b9052599415e69a Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 12 Mar 2005 14:16:28 +0000 Subject: [PATCH] corrected typo in comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/menuitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.50.0