wok-next view wxwidgets28/stuff/patches/wxGTK-2.8.12-abicheck.patch @ rev 21423

updated puzzles again ( -> 20200413)
author Hans-G?nter Theisgen
date Mon Apr 27 17:56:50 2020 +0100 (2020-04-27)
parents
children
line source
1 diff -up wxGTK-2.8.12/src/common/appbase.cpp.abicheck wxGTK-2.8.12/src/common/appbase.cpp
2 --- wxGTK-2.8.12/src/common/appbase.cpp.abicheck 2015-03-12 17:15:18.000000000 +0100
3 +++ wxGTK-2.8.12/src/common/appbase.cpp 2015-03-12 17:15:57.000000000 +0100
4 @@ -424,10 +424,7 @@ bool wxAppConsole::CheckBuildOptions(con
5 msg.Printf(_T("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."),
6 lib.c_str(), progName.c_str(), prog.c_str());
8 - wxLogFatalError(msg.c_str());
9 -
10 - // normally wxLogFatalError doesn't return
11 - return false;
12 + wxLogWarning(msg.c_str());
13 }
14 #undef wxCMP