From: Stefan Csomor Date: Thu, 16 Jan 2003 14:19:14 +0000 (+0000) Subject: added missing includes for wxMac specific additions X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c718e0b31c8a8294219bd1b54f179fbbfd86558b added missing includes for wxMac specific additions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 332129b273..4aaee79da1 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -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