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:
@@ -177,7 +177,7 @@ void wxMenuItem::Init()
|
|||||||
if ( GetId() != wxID_SEPARATOR )
|
if ( GetId() != wxID_SEPARATOR )
|
||||||
SetMarginWidth(GetMarginWidth());
|
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')));
|
SetAccelString(m_text.AfterFirst(_T('\t')));
|
||||||
#endif // wxUSE_OWNER_DRAWN
|
#endif // wxUSE_OWNER_DRAWN
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user