]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/OGL.py
Don't allow parameterless wxDropSource
[wxWidgets.git] / wxPython / demo / OGL.py
index eb7cea9c830c06c1efe94effab3c8b5b29d2da51..3e3ac4e80d442f08f155b4f8472e2c6ca70b55f0 100644 (file)
@@ -313,7 +313,7 @@ class __Cleanup:
     def __del__(self):
         self.cleanup()
 
-# when this module gets cleaned up then wxOGLCleanUp() will get called
+# when this module gets cleaned up then wx.OGLCleanUp() will get called
 __cu = __Cleanup()