Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv26376

Modified Files:
        HelpText.cpp 
Log Message:
Make Wiki links work (for me at least).
Tidy up some line breaks.

Index: HelpText.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/HelpText.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- HelpText.cpp        16 Sep 2007 16:32:13 -0000      1.2
+++ HelpText.cpp        16 Sep 2007 23:52:01 -0000      1.3
@@ -40,7 +40,7 @@
 wxString WikiLink( const wxString& Text )
 {
    return wxString(wxT("")) +
-      wxT("<a href='http://www.audacityteam.org/index.php?";) +
+      wxT("<a href='http://www.audacityteam.org/wiki/index.php?title=";) +
       Text + 
       wxT("'>") + 
       Text +
@@ -119,10 +119,10 @@
       return WrapText(
 wxString(wxT(""))+
 _("You can import files into Audacity by dragging them in, or use the File > 
")+
-_("Import > Audio command. File > Open does the same, but opens a new ")+
-_("Audacity window. These are the main formats Audacity will import for ")+
+_("Import > Audio command.<br><br>File > Open does the same, but opens a new 
")+
+_("Audacity window.<br><br>These are the main formats Audacity will import for 
")+
 _("you: AIFF, AU, FLAC, [M4A (only on a Mac)], MP2/MP3, OGG Vorbis, WAV. ")+
-_("If your file is in some other format see (format help). If you want to 
import an ")+
+_("If your file is in some other format see (format help).<br><br>If you want 
to import an ")+
 _("audio CD, see ")+ WikiLink( wxT("how to import CDs")) + _(". To start 
playing your imported audio, ")+
 _("press the green Play button. ")+
 wxT("<br><br>")+


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to