mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #1511 from lioncash/https
Main: Explicitly use the HTTPS site URL.
This commit is contained in:
commit
1a214f7deb
@ -285,11 +285,11 @@ bool DolphinApp::OnInit()
|
||||
File::Delete("www.dolphin-emulator.com.txt");
|
||||
wxMessageDialog dlg(nullptr, _(
|
||||
"This version of Dolphin was downloaded from a website stealing money from developers of the emulator. Please "
|
||||
"download Dolphin from the official website instead: http://dolphin-emu.org/"),
|
||||
"download Dolphin from the official website instead: https://dolphin-emu.org/"),
|
||||
_("Unofficial version detected"), wxOK | wxICON_WARNING);
|
||||
dlg.ShowModal();
|
||||
|
||||
wxLaunchDefaultBrowser("http://dolphin-emu.org/?ref=badver");
|
||||
wxLaunchDefaultBrowser("https://dolphin-emu.org/?ref=badver");
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user