From 200b43662ce14ba5813fb7e446bb46c36052730f Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 15 Jul 2016 00:56:45 +0200 Subject: [PATCH] main, group compilation, typo + reset a flag --- src/ce_main.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ce_main.pas b/src/ce_main.pas index 400f9de1..c9e5349f 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -3209,7 +3209,9 @@ begin Application.ProcessMessages; if not fProject.compiled then begin - fMsgs.message('asynchronous group compilatio stoped because of a failure', nil, amcAll, amkErr); + fMsgs.message('group compilation has stopped because of a failure', + nil, amcAll, amkErr); + fIsCompilingGroup := false; break; end; end;