]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/wx.py
Commented out the bitmap-greying code until I have time to debug it
[wxWidgets.git] / wxPython / src / msw / wx.py
index d72f84b8a06066cd009e814b6b8a6b738974908c..76d13b852a527fd8c0149159f392463ddb27aab8 100644 (file)
@@ -1676,7 +1676,7 @@ class __wxPyCleanup:
 
 sys.__wxPythonCleanup = __wxPyCleanup()
 
-## # another possible solution, but it gets called too eary...
+## # another possible solution, but it gets called too early...
 ## if sys.version[0] == '2':
 ##     import atexit
 ##     atexit.register(wxc.wxApp_CleanUp)