]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected typo in comment
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 12 Mar 2005 14:16:28 +0000 (14:16 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 12 Mar 2005 14:16:28 +0000 (14:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/menuitem.cpp

index f60a9e14d7cf18ce8b5d133976555480178ec15a..38a7e8783d484bc04e9ff0cc2d845e59781e6afc 100644 (file)
@@ -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
 }