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:
Amar Takhar 2009-12-31 04:30:31 +00:00
parent d6d0f72c0d
commit da1ff04519
1 changed files with 1 additions and 1 deletions

View File

@ -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));