]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxOGL.py
reSWIGged
[wxWidgets.git] / wxPython / demo / wxOGL.py
index a096704009f6a595d2a9277868101b14ffb4c0c5..eb7cea9c830c06c1efe94effab3c8b5b29d2da51 100644 (file)
@@ -301,7 +301,7 @@ def runTest(frame, nb, log):
     # This creates some pens and brushes that the OGL library uses.
     # It should be called after the app object has been created, but
     # before OGL is used.
     # This creates some pens and brushes that the OGL library uses.
     # It should be called after the app object has been created, but
     # before OGL is used.
-    wx.OGLInitialize()
+    ogl.OGLInitialize()
 
     win = TestWindow(nb, log, frame)
     return win
 
     win = TestWindow(nb, log, frame)
     return win