File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515AboutDialog::AboutDialog (QWidget* parent) : QDialog(parent)
1616{
17- setWindowTitle (tr (" About Dolphin" ));
17+ setWindowTitle (tr (" About Project+ Dolphin" ));
1818 setWindowFlags (windowFlags () & ~Qt::WindowContextHelpButtonHint);
1919
2020 QString branch_str = QString::fromStdString (Common::GetScmBranchStr ());
@@ -40,7 +40,7 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
4040</p>
4141
4242<p>
43- %CHECK_FOR_UPDATES%: <a href='https://projectplusgame.com'>projectplusgame.com</a>
43+ Built on Dolphin 2506. %CHECK_FOR_UPDATES%: <a href='https://projectplusgame.com'>projectplusgame.com. </a>
4444</p>
4545
4646<p>
Original file line number Diff line number Diff line change @@ -1370,7 +1370,7 @@ void MainWindow::ShowUpdateDialog()
13701370 Common::HttpRequest httpRequest;
13711371
13721372 // Make the GET request
1373- auto response = httpRequest.Get (" https://api.github.com/repos/jlambert360/PPlusReleases /releases/latest" );
1373+ auto response = httpRequest.Get (" https://api.github.com/repos/Motobug/Project-Plus-Dolphin /releases/latest" );
13741374
13751375 if (response)
13761376 {
@@ -1407,7 +1407,7 @@ void MainWindow::CheckForUpdatesAuto()
14071407 Common::HttpRequest httpRequest;
14081408
14091409 // Make the GET request
1410- auto response = httpRequest.Get (" https://api.github.com/repos/jlambert360/PPlusReleases /releases/latest" );
1410+ auto response = httpRequest.Get (" https://api.github.com/repos/Motobug/Project-Plus-Dolphin /releases/latest" );
14111411
14121412 if (response)
14131413 {
You can’t perform that action at this time.
0 commit comments