1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 23:33:49 +01:00

Gale's patch for [Audacity-quality] "Help buttons in dialogues WAS Re: Nyquist Generate Prompt" thread

This commit is contained in:
v.audacity
2013-05-19 00:22:26 +00:00
parent 5c61ffc4a7
commit e8714acce7
6 changed files with 15 additions and 25 deletions

View File

@@ -167,7 +167,7 @@ void LibraryPrefs::OnMP3FindButton(wxCommandEvent & e)
/// tell us where the MP3 library is.
void LibraryPrefs::OnMP3DownButton(wxCommandEvent & e)
{
wxString url = wxT("http://www.audacityteam.org/manual/index.php?title=FAQ:Installation_and_Plug-Ins%23How_do_I_download_and_install_the_LAME_MP3_encoder.3F");
wxString url = wxT("http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#lame");
::OpenInDefaultBrowser(url);
}
@@ -216,7 +216,7 @@ void LibraryPrefs::OnFFmpegFindButton(wxCommandEvent & e)
void LibraryPrefs::OnFFmpegDownButton(wxCommandEvent & e)
{
wxString url = wxT("http://www.audacityteam.org/manual/index.php?title=FAQ:Installation_and_Plug-Ins%23installffmpeg");
wxString url = wxT("http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown");
::OpenInDefaultBrowser(url);
}