mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 07:45:33 +01:00
commit
3767ddcacf
@ -386,7 +386,7 @@ wxMenuBar* CFrame::CreateMenu()
|
|||||||
wxMenu* helpMenu = new wxMenu;
|
wxMenu* helpMenu = new wxMenu;
|
||||||
// Re-enable when there's something useful to display */
|
// Re-enable when there's something useful to display */
|
||||||
// helpMenu->Append(wxID_HELP, _("&Help"));
|
// helpMenu->Append(wxID_HELP, _("&Help"));
|
||||||
helpMenu->Append(IDM_HELP_WEBSITE, _("Dolphin &Web Site"));
|
helpMenu->Append(IDM_HELP_WEBSITE, _("Dolphin &Website"));
|
||||||
helpMenu->Append(IDM_HELP_ONLINE_DOCS, _("Online &Documentation"));
|
helpMenu->Append(IDM_HELP_ONLINE_DOCS, _("Online &Documentation"));
|
||||||
helpMenu->Append(IDM_HELP_GITHUB, _("Dolphin at &GitHub"));
|
helpMenu->Append(IDM_HELP_GITHUB, _("Dolphin at &GitHub"));
|
||||||
helpMenu->AppendSeparator();
|
helpMenu->AppendSeparator();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user