X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e0e5fe1e45d09f42da48bc9b70231f0471f2ec2..9a8ffaddebef7e2057391217a047bcbee33abe2d:/src/mac/thread.cpp diff --git a/src/mac/thread.cpp b/src/mac/thread.cpp index 3e4b1dfc49..e31c812c02 100644 --- a/src/mac/thread.cpp +++ b/src/mac/thread.cpp @@ -852,7 +852,7 @@ bool wxThreadModule::OnInit() #endif if ( !hasThreadManager ) { - wxMessageBox( "Error" , "Thread Support is not available on this System" , wxOK ) ; + wxMessageBox( wxT("Error") , wxT("Thread Support is not available on this System") , wxOK ) ; return FALSE ; }