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
1 changed files with 1 additions and 1 deletions

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"));
}