no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -423,6 +423,9 @@ void wxMenuItem::SetText(
|
||||
|
||||
wxMenuItemBase::SetText(sText);
|
||||
OWNER_DRAWN_ONLY(wxOwnerDrawn::SetName(sText));
|
||||
#if wxUSE_OWNER_DRAWN
|
||||
SetAccelString(rText.AfterFirst(_T('\t')));
|
||||
#endif // wxUSE_OWNER_DRAWN
|
||||
|
||||
HWND hMenu = GetHmenuOf(m_parentMenu);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user