Merge pull request #1752 from Buddybenj/clean-up

Clean Up
This commit is contained in:
magumagu
2015-02-10 11:39:14 -08:00
14 changed files with 23 additions and 38 deletions

View File

@ -284,7 +284,7 @@ void DMainWindow::OnOpenDocs()
void DMainWindow::OnOpenGitHub()
{
QDesktopServices::openUrl(QUrl(SL("https://github.com/dolphin-emu/dolphin/")));
QDesktopServices::openUrl(QUrl(SL("https://github.com/dolphin-emu/dolphin")));
}
void DMainWindow::OnOpenSystemInfo()