swigged updates for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-14 07:50:21 +00:00
parent 1a65218cc9
commit 26eb87155b
7 changed files with 132 additions and 3 deletions

View File

@@ -1623,7 +1623,7 @@ class wxPyOnDemandOutputWindow:
self.frame.Close()
_defRedirect = (wxPlatform == '__WXMSW__')
_defRedirect = (wxPlatform == '__WXMSW__' or wxPlatform == '__WXMAC__')
#----------------------------------------------------------------------
# The main application class. Derive from this and implement an OnInit