]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing includes for wxMac specific additions
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 16 Jan 2003 14:19:14 +0000 (14:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 16 Jan 2003 14:19:14 +0000 (14:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpfrm.cpp

index 332129b27366588cd62b5947ab1a27621b23478d..4aaee79da1a63dc5f41546ee3c43e8093cee40a4 100644 (file)
     #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