fix for wxExecute(subprocess which produces a lot of output) bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-09-27 14:12:23 +00:00
parent 74b1c2658a
commit 0e300ddd7d
2 changed files with 121 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ All (GUI):
- wxFindReplaceDialog added (based on work of Markus Greither)
- wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK)
- polygon support in wxRegion (Klaas Holwerda)
- fixed bug with using wxExecute() to capture huge amounts of output
wxHTML: