s/wxUsleep/wxMilliSleep

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-30 11:22:19 +00:00
parent e81c715586
commit f2335ba564

View File

@@ -1792,7 +1792,7 @@ void MyFrame::ShowBusyInfo(wxCommandEvent& WXUNUSED(event))
for ( int i = 0; i < 18; i++ )
{
//wxUsleep(100);
wxMilliSleep(100);
wxTheApp->Yield();
}