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:
parent
dc683654a1
commit
37da386f77
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user