]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
fixed wrong handling of magenta (patch #882201)
[wxWidgets.git] / src / common / init.cpp
index 39874736bf4ab3c9098f353cde102b19241ce31f..a67f723b64e2813dc9a1373506b49844fdd0c005 100644 (file)
@@ -396,6 +396,7 @@ int wxEntryReal(int& argc, wxChar **argv)
 
     wxTRY
     {
+
         // app initialization
         if ( !wxTheApp->CallOnInit() )
         {