added missing includes for wxMac specific additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d3d3426196
commit
c718e0b31c
@ -35,6 +35,11 @@
|
||||
#include "wx/radiobox.h"
|
||||
#endif // WXPRECOMP
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#include "wx/menu.h"
|
||||
#include "wx/msgdlg.h"
|
||||
#endif
|
||||
|
||||
#include "wx/html/helpfrm.h"
|
||||
#include "wx/html/helpctrl.h"
|
||||
#include "wx/textctrl.h"
|
||||
@ -267,7 +272,7 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id,
|
||||
// wxMenu* helpMenu = new wxMenu;
|
||||
// helpMenu->Append(wxID_ABOUT, _("&About..."));
|
||||
|
||||
menuBar->Append(fileMenu);
|
||||
menuBar->Append(fileMenu,_("File"));
|
||||
SetMenuBar(menuBar);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user