LCL: fixed typo from Luca Olivetti (bug #11293)

git-svn-id: trunk@15115 -
This commit is contained in:
vincents 2008-05-13 09:09:17 +00:00
parent 4058612e2e
commit c414c8acb1

View File

@ -949,7 +949,7 @@ begin
// handle the exception
if ExceptObject is Exception then begin
if not (ExceptObject is EAbort) then begin
i:=FApplicationHandlers[ahtUserInput].Count;
i:=FApplicationHandlers[ahtException].Count;
if Assigned(OnException) or (i>0) then begin
if Assigned(OnException) then
OnException(Sender, Exception(ExceptObject));