mirror of https://github.com/odrling/Aegisub
Whoops fix a copy-and-paste-o Menu_Help_Website -> Menu_Help_Files for the menu item event.
Originally committed to SVN as r3917.
This commit is contained in:
parent
d6d0f72c0d
commit
da1ff04519
|
@ -526,7 +526,7 @@ void FrameMain::InitMenu() {
|
|||
helpMenu = new wxMenu();
|
||||
AppendBitmapMenuItem (helpMenu,Menu_Help_Contents, MakeHotkeyText(_("&Contents..."), _T("Help")), _("Help topics"), wxBITMAP(contents_button));
|
||||
#ifdef __WXMAC__
|
||||
AppendBitmapMenuItem(helpMenu,Menu_Help_Website, _("&Resource Files..."), _("Resource files distributed with Aegisub"),wxBITMAP(contents_button));
|
||||
AppendBitmapMenuItem(helpMenu,Menu_Help_Files, _("&Resource Files..."), _("Resource files distributed with Aegisub"),wxBITMAP(contents_button));
|
||||
#endif
|
||||
helpMenu->AppendSeparator();
|
||||
AppendBitmapMenuItem(helpMenu,Menu_Help_Website, _("&Website..."), _("Visit Aegisub's official website"),wxBITMAP(website_button));
|
||||
|
|
Loading…
Reference in New Issue