mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 15:20:15 +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:
parent
bae6a95e15
commit
c865d0204e
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user