DBG: ensure, existing "ignored exceptions" are re-enabled, if user requests

git-svn-id: trunk@35254 -
This commit is contained in:
martin 2012-02-09 00:20:21 +00:00
parent 431bef0ffe
commit b3e1fbdbdf

View File

@ -951,8 +951,10 @@ begin
if (AExceptionType in [deInternal, deRunError]) then begin
AContinue := ExecuteExceptionDialog(msg, Ignore, AExceptionType = deInternal) = mrCancel;
if Ignore then
if Ignore then begin
Exceptions.AddIfNeeded(AExceptionClass);
Exceptions.Find(AExceptionClass).Enabled := True;
end;
end
else begin
MessageDlg(lisCCOErrorCaption, msg, mtError, [mbOk], 0)