X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70a357c256c261f5a623af20ef72b8a3dbf159a4..d94974609888885e0b75d0e01d901b03a6213979:/wxPython/demo/wxFloatBar.py?ds=sidebyside diff --git a/wxPython/demo/wxFloatBar.py b/wxPython/demo/wxFloatBar.py index 593e3b0ab8..ff323abe7e 100644 --- a/wxPython/demo/wxFloatBar.py +++ b/wxPython/demo/wxFloatBar.py @@ -70,7 +70,7 @@ class TestFloatBar(wxFrame): def runTest(frame, nb, log): win = TestFloatBar(frame, log) frame.otherWin = win - win.Show(true) + win.Show(True) #---------------------------------------------------------------------------