]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/bootstrap.cxx
Force 32 bits depth on .ico - only for Windows
[flightgear.git] / src / Main / bootstrap.cxx
index 990018d36b4d341c8731842ca6fc7465478f70c1..2aef4c2c0896efe6f021ef54c021468a27c2f639 100644 (file)
@@ -131,10 +131,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
 
 static void fg_terminate() {
     cerr << endl <<
-            "Uncaught Exception: you should see a meaningful error message\n"
-            "here, but your GLUT (or SDL) library was apparently compiled\n"
-            "and/or linked without exception support. Please complain to\n"
-            "its provider!"
+            "Uncaught Exception: missing exception handler on some thread"
             << endl << endl;
     abort();
 }