projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reverted bad fix.
[wxWidgets.git]
/
wxPython
/
demo
/
ContextHelp.py
diff --git
a/wxPython/demo/ContextHelp.py
b/wxPython/demo/ContextHelp.py
index 561a597a5b23830dafab753c59417f35b80a2bc4..4625330d0a9a5c617be3107105ae8cd9f4db10e2 100644
(file)
--- a/
wxPython/demo/ContextHelp.py
+++ b/
wxPython/demo/ContextHelp.py
@@
-43,8
+43,8
@@
class TestPanel(wx.Panel):
cBtnText.SetHelpText("Some helpful text...")
s = wx.BoxSizer(wx.HORIZONTAL)
- s.Add(cBtn, 0, wxALL, 5)
- s.Add(cBtnText, 0, wxALL, 5)
+ s.Add(cBtn, 0, wx
.
ALL, 5)
+ s.Add(cBtnText, 0, wx
.
ALL, 5)
sizer.Add((20,20))
sizer.Add(s)