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