Merge pull request #1591 from Pringo/master
HTTP -> HTTPS for Wiki Search
This commit is contained in:
commit
71125b2e5a
|
@ -1119,7 +1119,7 @@ void CGameListCtrl::OnWiki(wxCommandEvent& WXUNUSED (event))
|
|||
if (!iso)
|
||||
return;
|
||||
|
||||
std::string wikiUrl = "http://wiki.dolphin-emu.org/dolphin-redirect.php?gameid=" + iso->GetUniqueID();
|
||||
std::string wikiUrl = "https://wiki.dolphin-emu.org/dolphin-redirect.php?gameid=" + iso->GetUniqueID();
|
||||
WxUtils::Launch(wikiUrl);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue