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

Modified Files:
        DirectoriesPrefs.cpp ThemePrefs.cpp ThemePrefs.h 
Log Message:
Update comments that refer to wxWindows to use wxWidgets.

Index: ThemePrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/ThemePrefs.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ThemePrefs.cpp      4 Apr 2009 18:03:55 -0000       1.20
+++ ThemePrefs.cpp      20 Oct 2009 23:08:27 -0000      1.21
@@ -7,7 +7,7 @@
   James Crook
 
   Audacity is free software.
-  This file is licensed under the wxWindows license, see License.txt
+  This file is licensed under the wxWidgets license, see License.txt
 
 ********************************************************************//**
 

Index: ThemePrefs.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/ThemePrefs.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ThemePrefs.h        4 Apr 2009 10:55:58 -0000       1.8
+++ ThemePrefs.h        20 Oct 2009 23:08:27 -0000      1.9
@@ -7,7 +7,7 @@
   James Crook
 
   Audacity is free software.
-  This file is licensed under the wxWindows license, see License.txt
+  This file is licensed under the wxWidgets license, see License.txt
 
 **********************************************************************/
 

Index: DirectoriesPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/DirectoriesPrefs.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- DirectoriesPrefs.cpp        18 Oct 2009 08:02:15 -0000      1.43
+++ DirectoriesPrefs.cpp        20 Oct 2009 23:08:27 -0000      1.44
@@ -180,7 +180,7 @@
       }
 
       if (!tempDir.Mkdir(0755, wxPATH_MKDIR_FULL)) {
-         /* wxWindows throws up a decent looking dialog */
+         /* wxWidgets throws up a decent looking dialog */
          return false;
       }
    }


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