mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Update references of Google Code to GitHub and update copyright year.
This commit is contained in:
parent
afc4a37058
commit
d3a55ccb79
4 changed files with 7 additions and 7 deletions
|
@ -351,7 +351,7 @@ void CFrame::CreateMenu()
|
|||
// helpMenu->Append(wxID_HELP, _("&Help"));
|
||||
helpMenu->Append(IDM_HELPWEBSITE, _("Dolphin &Web Site"));
|
||||
helpMenu->Append(IDM_HELPONLINEDOCS, _("Online &Documentation"));
|
||||
helpMenu->Append(IDM_HELPGOOGLECODE, _("Dolphin at &Google Code"));
|
||||
helpMenu->Append(IDM_HELPGITHUB, _("Dolphin at &GitHub"));
|
||||
helpMenu->AppendSeparator();
|
||||
helpMenu->Append(wxID_ABOUT, _("&About..."));
|
||||
m_MenuBar->Append(helpMenu, _("&Help"));
|
||||
|
@ -1324,8 +1324,8 @@ void CFrame::OnHelp(wxCommandEvent& event)
|
|||
case IDM_HELPONLINEDOCS:
|
||||
WxUtils::Launch("https://dolphin-emu.org/docs/guides/");
|
||||
break;
|
||||
case IDM_HELPGOOGLECODE:
|
||||
WxUtils::Launch("https://code.google.com/p/dolphin-emu/");
|
||||
case IDM_HELPGITHUB:
|
||||
WxUtils::Launch("https://github.com/dolphin-emu/dolphin/");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue