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

Modified Files:
        AudacityApp.cpp 
Log Message:
Support wxWidgets 2.6 and 2.8.

Index: AudacityApp.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudacityApp.cpp,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- AudacityApp.cpp     11 Apr 2007 06:07:18 -0000      1.168
+++ AudacityApp.cpp     14 Apr 2007 10:07:53 -0000      1.169
@@ -140,11 +140,18 @@
 #endif 
 
 #if wxUSE_ACCESSIBILITY
+#if wxCHECK_VERSION(2, 8, 0)
+const wxChar overrideTextCtrlNameStr[] = wxT("");
+const wxChar overrideChoiceNameStr[] = wxT("");
+const wxChar overrideComboBoxNameStr[] = wxT("");
+const wxChar overrideSliderNameStr[] = wxT("");
+#else
 const wxChar *overrideTextCtrlNameStr = wxT("");
 const wxChar *overrideChoiceNameStr = wxT("");
 const wxChar *overrideComboBoxNameStr = wxT("");
 const wxChar *overrideSliderNameStr = wxT("");
 #endif
+#endif
 
 ////////////////////////////////////////////////////////////
 /// Custom events


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to