mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
http -> https for Wiki Seach
This commit is contained in:
parent
670d94967a
commit
217ca9ba2b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue