]> git.saurik.com Git - wxWidgets.git/commitdiff
Use the same error message for wxMSW and wxMac.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 27 Feb 2005 15:39:36 +0000 (15:39 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 27 Feb 2005 15:39:36 +0000 (15:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/mpthread.cpp
src/mac/carbon/thread.cpp

index fe01a8bdd1047f2fe4b1ff5a81e45efd396c0b61..bb8a833ce40f7c80dbd8d9fe195b0bcbff5adb62 100755 (executable)
@@ -974,7 +974,7 @@ void wxThreadInternal::Wait()
                                 kDurationForever);
             if ( err)
             {
-                wxLogSysError( _( "Cannot wait on thread to exit."));
+                wxLogSysError( _( "Cannot wait for thread termination."));
                 rc = (void*) -1;
             }
 
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;
             }