MG: added jitform error messagedlg

git-svn-id: trunk@3292 -
This commit is contained in:
lazarus 2002-09-06 11:37:49 +00:00
parent 33965f2124
commit 78db2b032c

View File

@ -831,7 +831,7 @@ begin
aMsg:=aMsg+#13+JITFormList.CurReadErrorMsg;
case ErrorType of
jfeUnknownProperty:
jfeUnknownProperty, jfeReaderError:
begin
Buttons:=[mbIgnore,mbCancel];
end;