* Typo fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -87,7 +87,7 @@ void *MyThread::Entry()
|
|||||||
TestDestroy();
|
TestDestroy();
|
||||||
text_mutex.Lock();
|
text_mutex.Lock();
|
||||||
m_frame->m_txtctrl->WriteText(text);
|
m_frame->m_txtctrl->WriteText(text);
|
||||||
text_mutex.UnLock();
|
text_mutex.Unlock();
|
||||||
wxSleep(1);
|
wxSleep(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user