projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
renamed setup.py to tr_setup.py because build-all does an import of
[wxWidgets.git]
/
wxPython
/
src
/
_app_ex.py
diff --git
a/wxPython/src/_app_ex.py
b/wxPython/src/_app_ex.py
index 60ee313fea96b9e00d704540e636894115c2dfcb..dc168fbf108593505ddbac5fe279e984b3403fba 100644
(file)
--- a/
wxPython/src/_app_ex.py
+++ b/
wxPython/src/_app_ex.py
@@
-27,7
+27,7
@@
class PyOnDemandOutputWindow:
style=wx.TE_MULTILINE|wx.TE_READONLY)
self.text.AppendText(st)
self.frame.Show(True)
-
EVT_CLOSE(self.frame
, self.OnCloseWindow)
+
self.frame.Bind(wx.EVT_CLOSE
, self.OnCloseWindow)
def OnCloseWindow(self, event):