1
0
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:
RichardAsh1981@gmail.com
2014-06-25 10:12:19 +00:00
parent 18fdb53da8
commit d974754340
3 changed files with 7 additions and 12 deletions

View File

@@ -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()