]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menuitem.cpp
Replaced some images
[wxWidgets.git] / 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
 }