X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b9a4190f70909de9568f45389e7aa3ecbc66b8a..1857c88d2624f37590be3b13c33f5cf9449e7a3b:/wxPython/demo/wxFileHistory.py?ds=inline 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)