Skip to content

Commit

Permalink
Main: Explicitly use the HTTPS site URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed Nov 7, 2014
1 parent f6b4b4d commit e07fd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Main.cpp
Expand Up @@ -290,7 +290,7 @@ bool DolphinApp::OnInit()
_("Unofficial version detected"), wxOK | wxICON_WARNING);
dlg.ShowModal();

wxLaunchDefaultBrowser("http://dolphin-emu.org/?ref=badver");
wxLaunchDefaultBrowser("https://dolphin-emu.org/?ref=badver");

exit(0);
}
Expand Down

0 comments on commit e07fd82

Please sign in to comment.