50 using wxMenuBar::wxMenuBar;
55 wxMenuBar::SetAcceleratorTable( wxAcceleratorTable() );
62 wxString title = actionMenu->GetTitle();
65 title.Replace( wxS(
" & " ), wxS(
" {amp} " ) );
66 title.Replace( wxS(
"&" ), wxEmptyString );
67 title.Replace( wxS(
"{amp}" ), wxS(
"&" ) );
72 return wxMenuBar::GetMenuLabelText( aPos );