]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/thread.cpp
added direct HICommand updating
[wxWidgets.git] / src / mac / carbon / thread.cpp
index 3e4b1dfc490d05df06c212a4ba8922416dbf72ef..e31c812c02b2c1de8668e422ed414461e06c3d66 100644 (file)
@@ -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 ;
     }