]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/wx.py
swigged updates for wxMac
[wxWidgets.git] / wxPython / src / mac / wx.py
index 1e76021ea05eab173cbd638fa8374231fbe494b6..b1a93339316a0e11be5c2876c166acbc132db4f4 100644 (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