]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
fixed bug with lower-case colours in wxColourDatabase::AddColour() (patch 1074865)
[wxWidgets.git] / src / common / appcmn.cpp
index 43bd65360c435fb67795c90a7916f45ae2f77108..4b5a93d45378419a98d64334e91403edcbd87aa9 100644 (file)
@@ -139,7 +139,7 @@ void wxAppBase::CleanUp()
         // but we want to delete them now
         delete wxTopLevelWindows.GetFirst()->GetData();
     }
-
+    
     // undo everything we did in Initialize() above
     wxBitmap::CleanUpHandlers();