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

Modified Files:
        AboutDialog.cpp 
Log Message:
Add Vamp enabled/disabled to about dialog


Index: AboutDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AboutDialog.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- AboutDialog.cpp     4 Jul 2007 18:04:19 -0000       1.51
+++ AboutDialog.cpp     18 Sep 2007 10:08:24 -0000      1.52
@@ -201,6 +201,13 @@
    # endif
    informationStr += wxT("<br>\n");
 
+   # if USE_VAMP
+   informationStr += wxT("Vamp") + enabled;
+   # else
+   informationStr += wxT("Vamp") + disabled;
+   # endif
+   informationStr += wxT("<br>\n");
+
    #if USE_LIBRESAMPLE
    informationStr += wxT("Libresample") + enabled;
    #elif USE_LIBSAMPLERATE


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to