]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Choicebook.py
changed wxGLContext::SetColour() argument from wxChar* to wxString
[wxWidgets.git] / wxPython / demo / Choicebook.py
index de304a996eb0acf1f0cb5c6021ea952c7bf57d07..4b92842e82a5da16170e7e8f65394a867b94a1d0 100644 (file)
@@ -14,8 +14,7 @@ pageTexts = [ "Yet",
 
 class TestCB(wx.Choicebook):
     def __init__(self, parent, id, log):
-        wx.Choicebook.__init__(self, parent, id
-                            )
+        wx.Choicebook.__init__(self, parent, id)
         self.log = log
 
         # Now make a bunch of panels for the choice book