Update of /cvsroot/audacity/audacity-src/src/export In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18639/src/export
Modified Files: ExportPCM.cpp Log Message: Changed "Default WAV" and "Default AIFF" names to be more descriptive. Index: ExportPCM.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/export/ExportPCM.cpp,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- ExportPCM.cpp 22 Jun 2008 18:35:20 -0000 1.47 +++ ExportPCM.cpp 27 Jun 2008 14:56:58 -0000 1.48 @@ -340,7 +340,7 @@ AddFormat(); SetFormat(wxT("WAV"),0); SetCanMetaData(true,0); - SetDescription(_("Default WAV"),0); + SetDescription(_("WAV (Microsoft) signed 16 bit PCM"),0); SetExtension(sf_header_extension(si.format),0); SetExtensions(sf_get_all_extensions(),0); SetMaxChannels(si.channels - 1,0); @@ -350,7 +350,7 @@ AddFormat(); SetFormat(wxT("AIFF"),1); SetCanMetaData(true,1); - SetDescription(_("Default AIFF"),1); + SetDescription(_("AIFF (Apple) signed 16 bit PCM"),1); SetExtension(sf_header_extension(si.format),1); SetExtensions(sf_get_all_extensions(),1); SetMaxChannels(si.channels - 1,1); ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs