mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
http -> https in user-visible strings...
... Some in wxT can be edited directly, some in _() are not really used now so they can be edited directly, others require a post-translation substitution. Not all links to libraries from Credits work with https: so update only those that do.
This commit is contained in:
@@ -308,7 +308,7 @@ void HelpSystem::ShowHelp(wxWindow *parent,
|
||||
#ifdef EXPERIMENTAL_DA
|
||||
releasePageName = wxT("video") + HelpSystem::ReleaseSuffix + anchor;
|
||||
localHelpPage = wxFileName(FileNames::HtmlHelpDir(), releasePageName).GetFullPath();
|
||||
webHelpPath = wxT("http://www.darkaudacity.com/");
|
||||
webHelpPath = wxT("https://www.darkaudacity.com/");
|
||||
#else
|
||||
releasePageName = wxT("quick_help") + HelpSystem::ReleaseSuffix + anchor;
|
||||
localHelpPage = wxFileName(FileNames::HtmlHelpDir(), releasePageName).GetFullPath();
|
||||
|
Reference in New Issue
Block a user