]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ContextHelp.py
Applied patch [ 827399 ] sqltypes.h included without windows.h under Borland
[wxWidgets.git] / wxPython / demo / ContextHelp.py
index 561a597a5b23830dafab753c59417f35b80a2bc4..4625330d0a9a5c617be3107105ae8cd9f4db10e2 100644 (file)
@@ -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)