]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxFileHistory.py
Fixed the code to actually work.
[wxWidgets.git] / wxPython / demo / wxFileHistory.py
index 130a9ac827f254dcd9e2082e32885aed0c216fff..ebedc59f4141f9dd6ad39737aa2fff74674ef08f 100644 (file)
@@ -30,7 +30,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)