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

Modified Files:
        Export.cpp 
Log Message:
Change WAV format text

Index: Export.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/Export.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- Export.cpp  21 Apr 2007 21:56:10 -0000      1.54
+++ Export.cpp  26 Apr 2007 05:50:31 -0000      1.55
@@ -239,7 +239,7 @@
    ExportTypeArray types;
    ExportType et;
 
-   et.Set(_("WAV, AIFF, and other PCM Files"), ExportPCM, ExportPCMOptions, 
sf_get_all_extensions(), wxT("wav"), 2);
+   et.Set(_("WAV, AIFF, and other uncompressed types"), ExportPCM, 
ExportPCMOptions, sf_get_all_extensions(), wxT("wav"), 2);
    types.Add(et);
 
    et.Set(_("MP3 Files"), ExportMP3, ExportMP3Options, wxT("mp3"), 2, true);


-------------------------------------------------------------------------
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