]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/BUILD.win32.txt
merged fixes for accel and command event non propagation from 2.2
[wxWidgets.git] / wxPython / BUILD.win32.txt
index a23b4270e019d1bfacd138cadfadd47103c7d9b6..64d2c071e1a09e736b03a4c9b6510ec8eeaeb8eb 100644 (file)
@@ -95,8 +95,9 @@ D. Change to the wx2\include\wx\msw directory and copy setup0.h to
     ** NEW **
     Be sure that wxUSE_GLCANVAS is defined to be 0 as wxPython now
     keeps its own copy of the glcanvas sources and expects that it is
-    not in the main library.  This is reduce the number of dependant
-    DLLs on the core library and therefore help reduce startup time.
+    not in the main library.  This is done to reduce the number of
+    dependant DLLs on the core library and therefore help reduce
+    startup time.