projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch [ 1378183 ] Mac: wxNotebook::HitTest off by one
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
shell.py
diff --git
a/wxPython/wx/py/shell.py
b/wxPython/wx/py/shell.py
index 4fd61f963e07e7e058900ba7e647c78fd3e20754..a0cdcf88a240fb1f4a845b3d14b27baced3b003e 100644
(file)
--- a/
wxPython/wx/py/shell.py
+++ b/
wxPython/wx/py/shell.py
@@
-95,6
+95,11
@@
class ShellFrame(frame.Frame, frame.ShellFrameMixin):
dialog.Destroy()
+ def OnHelp(self, event):
+ """Show a help dialog."""
+ frame.ShellFrameMixin.OnHelp(self, event)
+
+
def LoadSettings(self):
if self.config is not None:
frame.ShellFrameMixin.LoadSettings(self)