1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Bug 1180 - Residual: Help link should not use #presets anchor

This commit is contained in:
James Crook 2019-07-21 16:07:27 +01:00
parent eeb0ab2cf0
commit b76ff54756

View File

@ -2108,7 +2108,7 @@ void ExportFFmpegOptions::OnOK(wxCommandEvent& WXUNUSED(event))
void ExportFFmpegOptions::OnGetURL(wxCommandEvent & WXUNUSED(event))
{
HelpSystem::ShowHelp(this, wxT("Custom_FFmpeg_Export_Options#Presets"));
HelpSystem::ShowHelp(this, wxT("Custom_FFmpeg_Export_Options"));
}