From 6b4a43a0a7b9cc4633e0b9a4f82cfcca3a727e4b Mon Sep 17 00:00:00 2001 From: James Crook Date: Fri, 19 Aug 2016 19:20:05 +0100 Subject: [PATCH] Fix some web addresses which changed with the manual moving. --- src/HelpText.cpp | 8 ++++---- src/export/ExportMP3.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/HelpText.cpp b/src/HelpText.cpp index 82191dab4..8e43d952f 100644 --- a/src/HelpText.cpp +++ b/src/HelpText.cpp @@ -201,11 +201,11 @@ static wxString HelpTextBuiltIn( const wxString & Key ) wxString(wxT("

"))+ _("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 \ +the optional \ FFmpeg library to your computer.") + wxT("

") + _("You can also read our help on importing \ -MIDI files \ -and tracks from \ +MIDI files \ +and tracks from \ audio CDs.") + wxT("

") ); } @@ -218,7 +218,7 @@ audio CDs.") + wxT("

") // *URL* will be replaced by whatever URL we are looking for. return WrapText(_("You do not appear to have the 'help' folder installed. \ Please view the content online or \ - \ + \ download the current Manual.

\ To always view the Manual online, change \"Location of Manual\" in \ Interface Preferences to \"From Internet\".") diff --git a/src/export/ExportMP3.cpp b/src/export/ExportMP3.cpp index d03d9cabf..4e26f904b 100644 --- a/src/export/ExportMP3.cpp +++ b/src/export/ExportMP3.cpp @@ -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); }