From: Stefan Csomor Date: Fri, 14 May 2004 09:11:35 +0000 (+0000) Subject: logging error instead of message box X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c3e8a84f3b35e91e58af083e42a50f4df9de5b25 logging error instead of message box git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/thread.cpp b/src/mac/carbon/thread.cpp index b0d67a020c..a2fb9e43eb 100644 --- a/src/mac/carbon/thread.cpp +++ b/src/mac/carbon/thread.cpp @@ -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 ; }