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

Modified Files:
        PrefsDialog.cpp ThemePrefs.cpp 
Log Message:
-Added plug in capability for mod-script-pipe

Index: ThemePrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/ThemePrefs.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ThemePrefs.cpp      29 Mar 2007 18:17:26 -0000      1.16
+++ ThemePrefs.cpp      18 Jun 2007 16:10:54 -0000      1.17
@@ -36,6 +36,7 @@
 #include "../Project.h"
 #include "../ShuttleGui.h"
 #include "ThemePrefs.h"
+#include "../AColor.h"
 
 enum eThemePrefsIds {
    idLoadThemeCache=7000,
@@ -168,6 +169,7 @@
 void ThemePrefs::OnLoadThemeCache(wxCommandEvent &event)
 {
    theTheme.ReadImageCache();
+   AColor::ReInit();
    theTheme.ApplyUpdatedImages();
 }
 

Index: PrefsDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/PrefsDialog.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- PrefsDialog.cpp     8 May 2007 02:55:01 -0000       1.41
+++ PrefsDialog.cpp     18 Jun 2007 16:10:54 -0000      1.42
@@ -31,6 +31,7 @@
 #include <wx/listbook.h>
 #include <wx/listctrl.h>
 #include <wx/sizer.h>
+#include <wx/treebook.h>
 
 #include "../Project.h"
 
@@ -51,7 +52,7 @@
 #include "MousePrefs.h"
 
 //JKC: Experimental treebook, backported from wxWidgets 2.7.x
-#include "../widgets/treebook.h"
+//#include "../widgets/treebook.h"
 
 
 enum {


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