Update of /cvsroot/audacity/audacity-src/src/effects/vamp
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32446/effects/vamp

Modified Files:
        VampEffect.cpp 
Log Message:
Update comments that refer to wxWindows to use wxWidgets.

Index: VampEffect.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/vamp/VampEffect.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- VampEffect.cpp      2 Jun 2009 05:03:15 -0000       1.14
+++ VampEffect.cpp      20 Oct 2009 23:08:27 -0000      1.15
@@ -334,7 +334,7 @@
    mParameters = plugin->getParameterDescriptors();
 
 #ifdef __WXMSW__
-   // On Windows, for some reason, wxWindows calls OnTextCtrl during creation
+   // On Windows, for some reason, wxWidgets calls OnTextCtrl during creation
    // of the text control, and VampEffectDialog::OnTextCtrl calls HandleText, 
    // which assumes all the fields have been initialized. 
    // This can give us a bad pointer crash, so manipulate inSlider to 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to