mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
use HelpSystem for links to the manual in existing code
This commit is contained in:
@@ -529,8 +529,7 @@ public:
|
||||
|
||||
void OnDownload(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
wxString page = wxT("http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown");
|
||||
::OpenInDefaultBrowser(page);
|
||||
HelpSystem::ShowHelpDialog(this, wxT("FAQ_Installation_and_Plug-ins#ffdown"));
|
||||
}
|
||||
|
||||
wxString GetLibPath()
|
||||
|
Reference in New Issue
Block a user