From 9532af70e0f67e130fdb69eead90587eaca6f4f0 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 28 Mar 2006 07:41:32 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9742 --- clientgui/BOINCGUIApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 0ba9785d9f..3db263bdc3 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -727,7 +727,7 @@ void CBOINCGUIApp::ShutdownBOINCCore() { continue; } } - ::Sleep(1); + ::wxSleep(1); } } }