mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
Fix case of complete URL with anchor given to HelpSystem::ShowHelp...
... but there were no examples of this anywhere. The assignment to webHelpPage was just overridden a few lines later.
This commit is contained in:
@@ -362,7 +362,8 @@ void HelpSystem::ShowHelp(wxWindow *parent,
|
||||
else if (releasePageName.StartsWith( "http" ) )
|
||||
{
|
||||
localHelpPage = "";
|
||||
webHelpPage = releasePageName + anchor;
|
||||
releasePageName += anchor;
|
||||
// webHelpPath remains empty
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user