]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/thread.cpp
logging error instead of message box
[wxWidgets.git] / src / mac / carbon / thread.cpp
index b0d67a020c4bfd1c95d7720c605f7abadd7f7901..a2fb9e43eba20798b90abc79c89b8800a158efdb 100644 (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 ;
     }