]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/PopupMenu.py
Lots of demo tweaks for API updates, bug fixes and new images for the
[wxWidgets.git] / wxPython / demo / PopupMenu.py
index 97966273e37c7db465c105392950e0b08610aaba..ae9e93c71086b89ec2369d8c90ce781dacf3a594 100644 (file)
@@ -32,7 +32,7 @@ class TestPanel(wxPanel):
         box.Add(t, 0, wxCENTER|wxALL, 5)
 
         box.Add(wxStaticLine(self, -1), 0, wxEXPAND)
-        box.Add(10,20)
+        box.Add((10,20))
 
         t = wxStaticText(self, -1, text)
         t.SetFont(nf)