Update of /cvsroot/audacity/audacity-src/src/prefs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv10094
Modified Files:
PrefsDialog.cpp
Log Message:
Allow either 2.6 or 2.8 widgets
Index: PrefsDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/PrefsDialog.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- PrefsDialog.cpp 18 Jun 2007 16:10:54 -0000 1.42
+++ PrefsDialog.cpp 18 Jun 2007 23:31:35 -0000 1.43
@@ -31,7 +31,12 @@
#include <wx/listbook.h>
#include <wx/listctrl.h>
#include <wx/sizer.h>
+
+#if wxCHECK_VERSION(2, 8, 4)
#include <wx/treebook.h>
+#else
+#include "../widgets/treebook.h"
+#endif
#include "../Project.h"
-------------------------------------------------------------------------
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