X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b9a4190f70909de9568f45389e7aa3ecbc66b8a..bc93670d3b2b69ea2cdd799444b57dce24b8be94:/wxPython/demo/wxFileHistory.py diff --git a/wxPython/demo/wxFileHistory.py b/wxPython/demo/wxFileHistory.py index 130a9ac827..ebedc59f41 100644 --- a/wxPython/demo/wxFileHistory.py +++ b/wxPython/demo/wxFileHistory.py @@ -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)