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:
@@ -147,7 +147,7 @@ void ErrorDialog::OnHelp(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
if( dhelpURL.StartsWith(wxT("innerlink:")) )
|
||||
{
|
||||
ShowHtmlText(
|
||||
HelpSystem::ShowHtmlText(
|
||||
this,
|
||||
TitleText(dhelpURL.Mid( 10 ) ),
|
||||
HelpText( dhelpURL.Mid( 10 )),
|
||||
|
||||
Reference in New Issue
Block a user