]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/thread.cpp
Use the same error message for wxMSW and wxMac.
[wxWidgets.git] / src / mac / carbon / thread.cpp
index 0915d13a234b049b79d78af5ce25ce96af9f4c86..3700a9a375845a004f49ae571596eb86d267e22c 100644 (file)
@@ -1171,7 +1171,7 @@ void wxThreadInternal::Wait()
                                 kDurationForever);
             if ( err)
             {
-                wxLogSysError( _( "Cannot wait on thread to exit."));
+                wxLogSysError( _( "Cannot wait for thread termination."));
                 rc = (void*) -1;
             }