[Scummvm-git-logs] scummvm-tools master -> b3e43f65885f88b58848b70aa98a039246c90725
ccawley2011
noreply at scummvm.org
Mon Jun 20 22:59:05 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
b3e43f6588 JANITORIAL: Update scummvm.org URLs
Commit: b3e43f65885f88b58848b70aa98a039246c90725
https://github.com/scummvm/scummvm-tools/commit/b3e43f65885f88b58848b70aa98a039246c90725
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-06-20T23:58:56+01:00
Commit Message:
JANITORIAL: Update scummvm.org URLs
Changed paths:
README
dists/scummvmtools.rc
dists/scummvmtools.rc.in
dists/win32/scummvm-tools.nsi
dists/win32/scummvm-tools.nsi.in
gui/main.cpp
diff --git a/README b/README
index a5c887f..33c03a3 100644
--- a/README
+++ b/README
@@ -2,9 +2,9 @@ ScummVM Tools README
Last updated: $Date$
------------------------------------------------------------------------
-For more information on ScummVM, visit http://www.scummvm.org/.
+For more information on ScummVM, visit https://www.scummvm.org/.
More on the tools can be found on our Wiki under
- http://wiki.scummvm.org/index.php/User_Manual/Appendix:_Tools
+ https://wiki.scummvm.org/index.php?title=ScummVM_Tools
------------------------------------------------------------------------
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index 1ebec71..f89d0df 100644
--- a/dists/scummvmtools.rc
+++ b/dists/scummvmtools.rc
@@ -27,7 +27,7 @@ BEGIN
BLOCK "040904b0" // US English, Unicode
BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
- VALUE "FileDescription", "http://www.scummvm.org/\0"
+ VALUE "FileDescription", "https://www.scummvm.org/\0"
VALUE "FileVersion", "2.6.0git\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2020 The ScummVM Team\0"
diff --git a/dists/scummvmtools.rc.in b/dists/scummvmtools.rc.in
index b7fdfea..cdf6d80 100644
--- a/dists/scummvmtools.rc.in
+++ b/dists/scummvmtools.rc.in
@@ -27,7 +27,7 @@ BEGIN
BLOCK "040904b0" // US English, Unicode
BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
- VALUE "FileDescription", "http://www.scummvm.org/\0"
+ VALUE "FileDescription", "https://www.scummvm.org/\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2020 The ScummVM Team\0"
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index 3bd5a85..f6f1402 100644
--- a/dists/win32/scummvm-tools.nsi
+++ b/dists/win32/scummvm-tools.nsi
@@ -63,7 +63,7 @@ Name "ScummVM Tools"
!define REGKEY "Software\ScummVM\$(^Name)"
!define VERSION "2.6.0git"
!define COMPANY "ScummVM Team"
-!define URL "http://scummvm.org/"
+!define URL "https://www.scummvm.org/"
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
!define COPYRIGHT "Copyright © 2001-2022 The ScummVM Team"
diff --git a/dists/win32/scummvm-tools.nsi.in b/dists/win32/scummvm-tools.nsi.in
index 00a52a8..97389a9 100644
--- a/dists/win32/scummvm-tools.nsi.in
+++ b/dists/win32/scummvm-tools.nsi.in
@@ -63,7 +63,7 @@ Name "ScummVM Tools"
!define REGKEY "Software\ScummVM\$(^Name)"
!define VERSION "@VERSION@"
!define COMPANY "ScummVM Team"
-!define URL "http://scummvm.org/"
+!define URL "https://www.scummvm.org/"
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
!define COPYRIGHT "Copyright © 2001-2022 The ScummVM Team"
diff --git a/gui/main.cpp b/gui/main.cpp
index a700b14..e622a62 100644
--- a/gui/main.cpp
+++ b/gui/main.cpp
@@ -122,7 +122,7 @@ void ScummVMToolsApp::OnAbout() {
versiontext->SetFont(wxFont(10, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")));
sizer->Add(versiontext, wxSizerFlags());
- wxHyperlinkCtrl *websitetext = new wxHyperlinkCtrl(dialog, wxID_ANY, wxT("http://www.scummvm.org"), wxT("http://www.scummvm.org"));
+ wxHyperlinkCtrl *websitetext = new wxHyperlinkCtrl(dialog, wxID_ANY, wxT("https://www.scummvm.org"), wxT("https://www.scummvm.org"));
sizer->Add(websitetext, wxSizerFlags().Border(wxTOP, 5));
wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009-2020"));
@@ -357,11 +357,11 @@ void ScummToolsFrame::onMenuAdvanced(wxCommandEvent &evt) {
void ScummToolsFrame::onMenuManual(wxCommandEvent &evt) {
// Wiki page
- ::wxLaunchDefaultBrowser(wxT("http://wiki.scummvm.org/index.php/User_Manual/Appendix:_Tools"));
+ ::wxLaunchDefaultBrowser(wxT("https://wiki.scummvm.org/index.php?title=ScummVM_Tools"));
}
void ScummToolsFrame::onMenuWebsite(wxCommandEvent &evt) {
- ::wxLaunchDefaultBrowser(wxT("http://scummvm.org"));
+ ::wxLaunchDefaultBrowser(wxT("https://www.scummvm.org"));
}
void ScummToolsFrame::onMenuAbout(wxCommandEvent &evt) {
More information about the Scummvm-git-logs
mailing list