adding standard menu items for cocoa, adding translation macro to menulabels, fixes #12732

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-11-30 09:59:11 +00:00
parent eeb7bdd0e9
commit c46d050368
4 changed files with 62 additions and 5 deletions

View File

@@ -149,7 +149,9 @@ public :
const wxString& strHelp,
wxItemKind kind,
wxMenu *pSubMenu );
// handle OS specific menu items if they weren't handled during normal processing
virtual bool DoDefault() {} ;
protected :
wxMenuItem* m_peer;