X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec3589a62c2049c6c170c902ca48cc12796d7fc9..0af45411b9d08118f2a599427de2092c3f7972f2:/wxPython/src/mac/wx.py diff --git a/wxPython/src/mac/wx.py b/wxPython/src/mac/wx.py index 1e76021ea0..b1a9333931 100644 --- a/wxPython/src/mac/wx.py +++ b/wxPython/src/mac/wx.py @@ -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