mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 22:23:54 +01: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:
		| @@ -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 ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user