use wxLogFatalError, not wxFatalError
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
de81a4f086
commit
a1f7eb20e6
@ -543,7 +543,7 @@ void wxWindowMGL::Init()
|
|||||||
if ( !g_winMng )
|
if ( !g_winMng )
|
||||||
{
|
{
|
||||||
if ( !wxTheApp->SetDisplayMode(wxGetDefaultDisplayMode()) )
|
if ( !wxTheApp->SetDisplayMode(wxGetDefaultDisplayMode()) )
|
||||||
wxFatalError(_("Cannot initialize display."));
|
wxLogFatalError(_("Cannot initialize display."));
|
||||||
}
|
}
|
||||||
|
|
||||||
// generic:
|
// generic:
|
||||||
|
Loading…
Reference in New Issue
Block a user