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

Modified Files:
        Export.cpp 
Log Message:
Leave out command line export on Windows and Mac

Index: Export.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/Export.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Export.cpp  15 Apr 2007 02:23:36 -0000      1.50
+++ Export.cpp  16 Apr 2007 07:31:55 -0000      1.51
@@ -261,8 +261,11 @@
    types.Add(et);
 #endif
 
+#if !defined(__WXMSW__) && !defined(__WXMAC__)
+   // Command line export not available on Windows and Mac platforms
    et.Set(ExportCL, ExportCLOptions, wxT("*"), 2, false, _("Command Line"));
    types.Add(et);
+#endif
 
    return types;
 }


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