mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-12 06:37:52 +02:00
Fix link to Spectrogram Settings Help
This commit is contained in:
parent
d6a9011960
commit
b96f169e1f
@ -417,7 +417,7 @@ void PrefsDialog::OnHelp(wxCommandEvent & WXUNUSED(event))
|
|||||||
// Because this happens, we want to visit a different help page.
|
// Because this happens, we want to visit a different help page.
|
||||||
// So we modify the page name in the case of a page on its own.
|
// So we modify the page name in the case of a page on its own.
|
||||||
if( !mCategories)
|
if( !mCategories)
|
||||||
page.Replace( "Preferences", "Settings" );
|
page.Replace( "Spectrograms_Preferences", "Spectrogram_View#spectrogram_settings" );
|
||||||
HelpSystem::ShowHelpDialog(this, page, true);
|
HelpSystem::ShowHelpDialog(this, page, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user