mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-01 14:20:10 +01:00
Add required wx3.0.2 patches
This commit is contained in:
12
win/wxWidgets_additions/accessibility.diff
Normal file
12
win/wxWidgets_additions/accessibility.diff
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -wruN orig/wxWidgets-3.0.2/include/wx/msw/setup.h wxWidgets-3.0.2/include/wx/msw/setup.h
|
||||
--- orig/include/wx/msw/setup.h 2014-10-06 16:33:44.000000000 -0500
|
||||
+++ include/wx/msw/setup.h 2014-10-14 18:38:37.992586000 -0500
|
||||
@@ -1366,7 +1366,7 @@
|
||||
// Default is 0.
|
||||
//
|
||||
// Recommended setting (at present): 0
|
||||
-#define wxUSE_ACCESSIBILITY 0
|
||||
+#define wxUSE_ACCESSIBILITY 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// miscellaneous settings
|
||||
Reference in New Issue
Block a user