Update of /cvsroot/audacity/audacity-src/src/export In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32446/export
Modified Files: ExportFLAC.cpp ExportMP2.cpp ExportOGG.cpp Log Message: Update comments that refer to wxWindows to use wxWidgets. Index: ExportMP2.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMP2.cpp,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- ExportMP2.cpp 23 Mar 2009 22:20:26 -0000 1.24 +++ ExportMP2.cpp 20 Oct 2009 23:08:27 -0000 1.25 @@ -215,7 +215,7 @@ double rate = project->GetRate(); TrackList *tracks = project->GetTracks(); - wxLogNull logNo; /* temporarily disable wxWindows error messages */ + wxLogNull logNo; /* temporarily disable wxWidgets error messages */ twolame_options *encodeOptions; encodeOptions = twolame_init(); Index: ExportOGG.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/export/ExportOGG.cpp,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- ExportOGG.cpp 23 Mar 2009 22:20:29 -0000 1.47 +++ ExportOGG.cpp 20 Oct 2009 23:08:27 -0000 1.48 @@ -174,7 +174,7 @@ TrackList *tracks = project->GetTracks(); double quality = (gPrefs->Read(wxT("/FileFormats/OggExportQuality"), 50)/(float)100.0); - wxLogNull logNo; // temporarily disable wxWindows error messages + wxLogNull logNo; // temporarily disable wxWidgets error messages int updateResult = eProgressSuccess; int eos = 0; Index: ExportFLAC.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/export/ExportFLAC.cpp,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- ExportFLAC.cpp 2 Jun 2009 05:03:15 -0000 1.33 +++ ExportFLAC.cpp 20 Oct 2009 23:08:27 -0000 1.34 @@ -225,7 +225,7 @@ double rate = project->GetRate(); TrackList *tracks = project->GetTracks(); - wxLogNull logNo; // temporarily disable wxWindows error messages + wxLogNull logNo; // temporarily disable wxWidgets error messages int updateResult = eProgressSuccess; int levelPref; ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs