Bye mamario, you won't be missed
This commit is contained in:
parent
7b43e1869f
commit
d13163380d
|
@ -1289,7 +1289,7 @@ void CFrame::OnHelp(wxCommandEvent& event)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case IDM_HELPWEBSITE:
|
case IDM_HELPWEBSITE:
|
||||||
WxUtils::Launch("http://www.dolphin-emulator.com/");
|
WxUtils::Launch("http://dolphin-emu.org/");
|
||||||
break;
|
break;
|
||||||
case IDM_HELPGOOGLECODE:
|
case IDM_HELPGOOGLECODE:
|
||||||
WxUtils::Launch("http://code.google.com/p/dolphin-emu/");
|
WxUtils::Launch("http://code.google.com/p/dolphin-emu/");
|
||||||
|
|
|
@ -1055,7 +1055,7 @@ void CGameListCtrl::OnWiki(wxCommandEvent& WXUNUSED (event))
|
||||||
if (!iso)
|
if (!iso)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
std::string wikiUrl = "http://api.dolphin-emulator.com/wiki.html?id=[GAME_ID]&name=[GAME_NAME]";
|
std::string wikiUrl = "http://wiki.dolphin-emu.org/dolphin-redirect.php?gameid=[GAME_ID]";
|
||||||
wikiUrl = ReplaceAll(wikiUrl, "[GAME_ID]", UriEncode(iso->GetUniqueID()));
|
wikiUrl = ReplaceAll(wikiUrl, "[GAME_ID]", UriEncode(iso->GetUniqueID()));
|
||||||
if (UriEncode(iso->GetName(0)).length() < 100)
|
if (UriEncode(iso->GetName(0)).length() < 100)
|
||||||
wikiUrl = ReplaceAll(wikiUrl, "[GAME_NAME]", UriEncode(iso->GetName(0)));
|
wikiUrl = ReplaceAll(wikiUrl, "[GAME_NAME]", UriEncode(iso->GetName(0)));
|
||||||
|
|
Loading…
Reference in New Issue