git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26460
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxMenu* helpMenu = new wxMenu;
helpMenu->Append(wxID_ABOUT, _("&About..."));
wxMenu* helpMenu = new wxMenu;
helpMenu->Append(wxID_ABOUT, _("&About..."));
- menuBar->Append(fileMenu,_("File"));
- menuBar->Append(helpMenu,_("Help"));
+ menuBar->Append(fileMenu,_("&File"));
+ menuBar->Append(helpMenu,_("&Help"));
SetMenuBar(menuBar);
#endif
SetMenuBar(menuBar);
#endif