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

Modified Files:
        ExportCL.cpp 
Log Message:
Add command line export to Windows

Index: ExportCL.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportCL.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ExportCL.cpp        21 Apr 2007 21:56:19 -0000      1.17
+++ ExportCL.cpp        21 Apr 2007 22:45:24 -0000      1.18
@@ -107,7 +107,7 @@
 
    // Retrieve settings
    gPrefs->Read(wxT("/FileFormats/ExternalProgramShowOutput"), &show, false);
-   cmd = gPrefs->Read(wxT("/FileFormats/ExternalProgramExportCommand"), 
wxT("lame - '%f'"));
+   cmd = gPrefs->Read(wxT("/FileFormats/ExternalProgramExportCommand"), 
wxT("lame - \"%f.mp3\""));
    cmd.Replace(wxT("%f"), fName);
 
    // Kick off the command


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