git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18773 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
     #include "wx/radiobox.h"
 #endif // WXPRECOMP
 
     #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"
 #include "wx/html/helpfrm.h"
 #include "wx/html/helpctrl.h"
 #include "wx/textctrl.h"
 //    wxMenu* helpMenu = new wxMenu;
 //    helpMenu->Append(wxID_ABOUT, _("&About..."));
 
 //    wxMenu* helpMenu = new wxMenu;
 //    helpMenu->Append(wxID_ABOUT, _("&About..."));
 
-    menuBar->Append(fileMenu);
+    menuBar->Append(fileMenu,_("File"));
     SetMenuBar(menuBar);
 #endif
 
     SetMenuBar(menuBar);
 #endif