1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Fix incorrect https and translation markings.

- DarkAudacity website does not support https, so don't specify https in strings.
- Don't translate text about DarkAudacity.
This commit is contained in:
James Crook
2018-02-26 14:09:07 +00:00
parent 66c421f28d
commit 8991fe7521
3 changed files with 7 additions and 6 deletions

View File

@@ -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("https://www.darkaudacity.com/");
webHelpPath = wxT("http://www.darkaudacity.com/");
#else
releasePageName = wxT("quick_help") + HelpSystem::ReleaseSuffix + anchor;
localHelpPage = wxFileName(FileNames::HtmlHelpDir(), releasePageName).GetFullPath();