X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66858adfc41bd8b795fa5a7bab7c51bc2f54b2af..3cd94a0d119ade811cd876a309cfe6d28b5c36dd:/src/mgl/window.cpp diff --git a/src/mgl/window.cpp b/src/mgl/window.cpp index 36baf4f2cb..32d7e9936b 100644 --- a/src/mgl/window.cpp +++ b/src/mgl/window.cpp @@ -543,7 +543,7 @@ void wxWindowMGL::Init() if ( !g_winMng ) { if ( !wxTheApp->SetDisplayMode(wxGetDefaultDisplayMode()) ) - wxFatalError(_("Cannot initialize display.")); + wxLogFatalError(_("Cannot initialize display.")); } // generic: @@ -808,7 +808,7 @@ void wxWindowMGL::DoCaptureMouse() void wxWindowMGL::DoReleaseMouse() { - wxASSERT_MSG( gs_mouseCapture == this, wxT("attempt to release mouse, but this window hasn't captured it") ) + wxASSERT_MSG( gs_mouseCapture == this, wxT("attempt to release mouse, but this window hasn't captured it") ); MGL_wmUncaptureEvents(m_wnd, wxMGL_CAPTURE_MOUSE); gs_mouseCapture = NULL;