mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-16 13:39:31 +02:00
MG: added jitform error messagedlg
git-svn-id: trunk@3292 -
This commit is contained in:
parent
33965f2124
commit
78db2b032c
@ -831,7 +831,7 @@ begin
|
|||||||
aMsg:=aMsg+#13+JITFormList.CurReadErrorMsg;
|
aMsg:=aMsg+#13+JITFormList.CurReadErrorMsg;
|
||||||
|
|
||||||
case ErrorType of
|
case ErrorType of
|
||||||
jfeUnknownProperty:
|
jfeUnknownProperty, jfeReaderError:
|
||||||
begin
|
begin
|
||||||
Buttons:=[mbIgnore,mbCancel];
|
Buttons:=[mbIgnore,mbCancel];
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user