]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/PyCrustWithFilling.py
Fixed compilation error
[wxWidgets.git] / wxPython / demo / PyCrustWithFilling.py
index 78a200a9d685b223f1d350d6c75dbdd7b0dfd760..cc47586cd78616a284d63b98e6ae03c2db6198f3 100644 (file)
@@ -11,7 +11,8 @@ def runTest(frame, nb, log):
     win = wxSplitterWindow(nb, -1, size=(640, 480))
     shellWin = shell.Shell(win, -1, introText=intro)
     fillingWin = filling.Filling(win, -1, size=(640, 480),
-                                 ingredients=shellWin.interp.locals)
+                                 rootObject=shellWin.interp.locals
+                                 )
     win.SplitHorizontally(shellWin, fillingWin)
     return win