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

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

Index: CommandManager.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/commands/CommandManager.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- CommandManager.cpp  12 Sep 2009 06:05:41 -0000      1.76
+++ CommandManager.cpp  20 Oct 2009 23:08:27 -0000      1.77
@@ -619,7 +619,7 @@
 {
    ID++;
 
-   //Skip the reserved identifiers used by wxWindows
+   //Skip the reserved identifiers used by wxWidgets
    if((ID >= wxID_LOWEST) && (ID <= wxID_HIGHEST))
       ID = wxID_HIGHEST+1;
 


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