From eca5f1c8831fd0776e57a174362b0515104174c2 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 16:50:45 +0200 Subject: 1.7 --- library/multithreading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/multithreading.cpp') diff --git a/library/multithreading.cpp b/library/multithreading.cpp index 099836de..bb598194 100644 --- a/library/multithreading.cpp +++ b/library/multithreading.cpp @@ -144,7 +144,7 @@ void UpdateWhileExecuting::execute(StatusUpdater* statusUpdater) theWorkerThread->beginProcessing.Signal(); theWorkerThread->readyToBeginProcessing.Unlock(); - while (receivingResult.WaitTimeout(uiUpdateInterval) == wxCOND_TIMEOUT) + while (receivingResult.WaitTimeout(UI_UPDATE_INTERVAL) == wxCOND_TIMEOUT) statusUpdater->triggerUI_Refresh(); //ATTENTION: Exception "AbortThisProcess" may be thrown here!!! } -- cgit