]> git.saurik.com Git - wxWidgets.git/commitdiff
logging error instead of message box
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 14 May 2004 09:11:35 +0000 (09:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 14 May 2004 09:11:35 +0000 (09:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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