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

Modified Files:
        FileFormatPrefs.cpp 
Log Message:
Fix lame url so that both are consistent

Index: FileFormatPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/FileFormatPrefs.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- FileFormatPrefs.cpp 7 May 2007 00:59:23 -0000       1.51
+++ FileFormatPrefs.cpp 30 May 2007 08:42:55 -0000      1.52
@@ -134,7 +134,7 @@
 /// tell us where the MP3 library is.
 void FileFormatPrefs::OnMP3DownButton(wxCommandEvent& evt)
 {
-   wxString url = wxT("http://audacity.sourceforge.net/lame.html";);
+   wxString url = wxT("http://audacity.sourceforge.net/lame";);
    ::OpenInDefaultBrowser(url);
 }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to