Use the same error message for wxMSW and wxMac.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2005-02-27 15:39:36 +00:00
parent dc683654a1
commit 37da386f77
2 changed files with 2 additions and 2 deletions

View File

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

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