1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Fix some web addresses which changed with the manual moving.

This commit is contained in:
James Crook
2016-08-19 19:20:05 +01:00
parent 2f54bf197c
commit 6b4a43a0a7
2 changed files with 5 additions and 5 deletions

View File

@@ -201,11 +201,11 @@ static wxString HelpTextBuiltIn( const wxString & Key )
wxString(wxT("<p>"))+
_("Audacity can import unprotected files in many other formats (such as M4A and WMA, \
compressed WAV files from portable recorders and audio from video files) if you download and install \
the optional <a href=\"http://manual.audacityteam.org/o/man/faq_opening_and_saving_files.html#foreign\"> \
the optional <a href=\"http://manual.audacityteam.org/man/faq_opening_and_saving_files.html#foreign\"> \
FFmpeg library</a> to your computer.") + wxT("</p><p>") +
_("You can also read our help on importing \
<a href=\"http://manual.audacityteam.org/o/man/faq_opening_and_saving_files.html#midi\">MIDI files</a> \
and tracks from <a href=\"http://manual.audacityteam.org/o/man/faq_opening_and_saving_files.html#fromcd\"> \
<a href=\"http://manual.audacityteam.org/man/faq_opening_and_saving_files.html#midi\">MIDI files</a> \
and tracks from <a href=\"http://manual.audacityteam.org/man/faq_opening_and_saving_files.html#fromcd\"> \
audio CDs</a>.") + wxT("</p>")
);
}
@@ -218,7 +218,7 @@ audio CDs</a>.") + wxT("</p>")
// *URL* will be replaced by whatever URL we are looking for.
return WrapText(_("You do not appear to have the 'help' folder installed. \
Please <a href=\"*URL*\">view the content online</a> or \
<a href=\"http://manual.audacityteam.org/o/man/unzipping_the_manual.html\"> \
<a href=\"http://manual.audacityteam.org/man/unzipping_the_manual.html\"> \
download the current Manual</a>.<br><br>\
To always view the Manual online, change \"Location of Manual\" in \
Interface Preferences to \"From Internet\".")

View File

@@ -675,7 +675,7 @@ public:
void OnDownload(wxCommandEvent & WXUNUSED(event))
{
wxString page = wxT("http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#lame");
wxString page = wxT("http://manual.audacityteam.org/man/faq_installation_and_plug_ins.html#lame");
::OpenInDefaultBrowser(page);
}