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:
Stefan Csomor 2004-05-14 09:11:35 +00:00
parent 19d8dd12a4
commit c3e8a84f3b

View File

@ -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 ;
}