dd37920
--- wxWidgets-3.0.2/src/common/appbase.cpp.abicheck	2015-05-28 12:36:40.697163073 +0900
dd37920
+++ wxWidgets-3.0.2/src/common/appbase.cpp	2015-05-28 12:38:30.597154298 +0900
dd37920
@@ -762,10 +762,7 @@
dd37920
         msg.Printf(wxT("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."),
dd37920
                    lib.c_str(), progName.c_str(), prog.c_str());
dd37920
 
dd37920
-        wxLogFatalError(msg.c_str());
dd37920
-
dd37920
-        // normally wxLogFatalError doesn't return
dd37920
-        return false;
dd37920
+        wxLogWarning(msg.c_str());
dd37920
     }
dd37920
 
dd37920
     return true;