From: James Turner Date: Sat, 26 Oct 2013 20:12:57 +0000 (+0100) Subject: Remove confusing reference to SDL/GLUT X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d127f7709f7ac64fbbc537131bfd02bb29bc1ebe;p=flightgear.git Remove confusing reference to SDL/GLUT --- diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index 990018d36..2aef4c2c0 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -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(); }