mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-26 12:11:40 +00:00
Add a link to our documentations guides in Dolphin
This commit is contained in:
parent
676d78ec41
commit
751c2e69f6
3 changed files with 8 additions and 2 deletions
|
@ -152,6 +152,7 @@ BEGIN_EVENT_TABLE(CFrame, CRenderFrame)
|
|||
EVT_MENU(wxID_OPEN, CFrame::OnOpen)
|
||||
EVT_MENU(wxID_EXIT, CFrame::OnQuit)
|
||||
EVT_MENU(IDM_HELPWEBSITE, CFrame::OnHelp)
|
||||
EVT_MENU(IDM_HELPONLINEDOCS, CFrame::OnHelp)
|
||||
EVT_MENU(IDM_HELPGOOGLECODE, CFrame::OnHelp)
|
||||
EVT_MENU(wxID_ABOUT, CFrame::OnHelp)
|
||||
EVT_MENU(wxID_REFRESH, CFrame::OnRefresh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue