mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fix a linkage issue on newer linux distributions created in revision 6544.
Also update the menu link to dolphin-emulator.com git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6553 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1093,7 +1093,7 @@ void CFrame::OnHelp(wxCommandEvent& event)
|
||||
}
|
||||
break;
|
||||
case IDM_HELPWEBSITE:
|
||||
WxUtils::Launch("http://www.dolphin-emu.com/");
|
||||
WxUtils::Launch("http://www.dolphin-emulator.com/");
|
||||
break;
|
||||
case IDM_HELPGOOGLECODE:
|
||||
WxUtils::Launch("http://code.google.com/p/dolphin-emu/");
|
||||
|
Reference in New Issue
Block a user