logging error instead of message box
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
19d8dd12a4
commit
c3e8a84f3b
@ -1420,7 +1420,7 @@ bool wxThreadModule::OnInit()
|
||||
|
||||
if ( !hasThreadManager )
|
||||
{
|
||||
wxMessageBox( wxT("Error") , wxT("MP Thread Support is not available on this System" ), wxOK ) ;
|
||||
wxLogError( _("MP Thread Support is not available on this System" ) ) ;
|
||||
return FALSE ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user