mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fourth of a series of patches from Steve and Richard to fix delivering local and remote help pages. This bit didn't work anyway since "Quick_Help" had already been translated into lower-case (I think).
This commit is contained in:
parent
6f2c161317
commit
9156ebab72
@ -197,10 +197,7 @@ void HelpSystem::ShowHelpDialog(wxWindow *parent,
|
||||
else
|
||||
localfile = localFileName;
|
||||
|
||||
if( localFileName.Contains(wxT("Quick_Help")) )
|
||||
// 'Quick_Help' is installed locally
|
||||
OpenInDefaultBrowser( localFileName );
|
||||
else if( (HelpMode == wxT("FromInternet")) && !remoteURL.IsEmpty() )
|
||||
if( (HelpMode == wxT("FromInternet")) && !remoteURL.IsEmpty() )
|
||||
{
|
||||
// Always go to remote URL. Use External browser.
|
||||
OpenInDefaultBrowser( remoteURL );
|
||||
|
Loading…
x
Reference in New Issue
Block a user