WinCE can't copy with title in menu

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-02-28 13:26:55 +00:00
parent 8981608c69
commit 42b16af462

View File

@@ -930,7 +930,7 @@ void MyFrame::OnFindMenuItem(wxCommandEvent& WXUNUSED(event))
void MyFrame::ShowContextMenu(const wxPoint& pos)
{
wxMenu menu(_T("Test popup"));
wxMenu menu;
menu.Append(Menu_Help_About, _T("&About"));
menu.Append(Menu_Popup_Submenu, _T("&Submenu"), CreateDummyMenu(NULL));