corrected typo in comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2005-03-12 14:16:28 +00:00
parent faac0284d3
commit 220aea7b09

View 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
}