1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 07:10:06 +02:00

Path to FFmpeg installation was a 404.

I've changed the path, a '_' to a ':'.  May perhaps need to do more to have path right in manual too.
This commit is contained in:
James Crook 2015-09-02 20:09:40 +01:00
parent bae6a95e15
commit c865d0204e

View File

@ -533,7 +533,7 @@ public:
void OnDownload(wxCommandEvent & WXUNUSED(event))
{
HelpSystem::ShowHelpDialog(this, wxT("FAQ_Installation_and_Plug-ins#ffdown"));
HelpSystem::ShowHelpDialog(this, wxT("FAQ:Installation_and_Plug-Ins#ffdown"));
}
wxString GetLibPath()