projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Only enable tooltips on WIN32
[wxWidgets.git]
/
wxPython
/
demo
/
ContextHelp.py
diff --git
a/wxPython/demo/ContextHelp.py
b/wxPython/demo/ContextHelp.py
index d66719655c45f94aed690cb96b398b8c05b581a9..2c2a567ab7f0fbc48a9d66977442f0be8cb0f3e9 100644
(file)
--- a/
wxPython/demo/ContextHelp.py
+++ b/
wxPython/demo/ContextHelp.py
@@
-64,7
+64,7
@@
class TestPanel(wxPanel):
def OnCtxHelp2(self, evt):
- self.log.write("OnCtxHelp: %s" % evt)
+ self.log.write("OnCtxHelp: %s
\n
" % evt)
tip = wxTipWindow(self, "This is a wxTipWindow")