git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24572
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Widget borderWidget =
(Widget) wxCreateBorderWidget( (WXWidget)parentWidget, style );
Widget borderWidget =
(Widget) wxCreateBorderWidget( (WXWidget)parentWidget, style );
- wxXmString text( label );
+ wxXmString text( wxStripMenuCodes( label ) );
WXFontType fontType = m_font.GetFontType(XtDisplay(parentWidget));
m_labelWidget = XtVaCreateManagedWidget (wxConstCast(name.c_str(), char),
WXFontType fontType = m_font.GetFontType(XtDisplay(parentWidget));
m_labelWidget = XtVaCreateManagedWidget (wxConstCast(name.c_str(), char),