mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
re-organise the Help System functions into a class as static methods for future utility
This commit is contained in:
@@ -99,7 +99,7 @@ void LinkingHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link)
|
||||
wxFileName( FileNames::HtmlHelpDir(), href.Mid( 10 ) + wxT(".htm") ).GetFullPath();
|
||||
if( wxFileExists( FileName ) )
|
||||
{
|
||||
ShowHelpDialog(NULL, FileName, wxT(""));
|
||||
HelpSystem::ShowHelpDialog(NULL, FileName, wxT(""));
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user