Skip to content

Commit 4f0d121

Browse files
committed
Updater updates and minor about window edit
1 parent 1efc670 commit 4f0d121

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Source/Core/DolphinQt/AboutDialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
AboutDialog::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>

Source/Core/DolphinQt/MainWindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)