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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user