[Scummvm-git-logs] scummvm master -> f789d1ca21f19da6a842ac1330b384e2a99ea939
lotharsm
noreply at scummvm.org
Sun Dec 3 16:10:35 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f789d1ca21 GUI: Remove defunct gog.com referrer link
Commit: f789d1ca21f19da6a842ac1330b384e2a99ea939
https://github.com/scummvm/scummvm/commit/f789d1ca21f19da6a842ac1330b384e2a99ea939
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T17:09:04+01:00
Commit Message:
GUI: Remove defunct gog.com referrer link
Changed paths:
gui/helpdialog.cpp
diff --git a/gui/helpdialog.cpp b/gui/helpdialog.cpp
index 1d2a9d1337e..8421536fe83 100644
--- a/gui/helpdialog.cpp
+++ b/gui/helpdialog.cpp
@@ -47,9 +47,10 @@ HelpDialog::HelpDialog()
"\n"
"The ScummVM team does not recommend any individual supplier of games,"
"however the project does get a cut from every purchase on "
-"[GOG.com](https://www.gog.com/?pp=22d200f8670dbdb3e253a90eee5098477c95c23d) and "
"[ZOOM-Platform](https://www.zoom-platform.com/?affiliate=c049516c-9c4c-42d6-8649-92ed870e8b53) "
"through affiliate referral links.\n"
+"\n"
+"Additionally, some games that are not available on ZOOM-Platform can be found on GOG.com.\n"
);
new RichTextWidget(tab, "HelpDialog.TabWidget", helpText1);
More information about the Scummvm-git-logs
mailing list