mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 11:32:49 +02:00
added parsing make errors
git-svn-id: trunk@2987 -
This commit is contained in:
parent
d8ec6edd91
commit
375e564862
@ -3285,7 +3285,7 @@ begin
|
||||
+AnUnitInfo.FormName+':T'+AnUnitInfo.FormName
|
||||
+' into text.';
|
||||
Result:=MessageDlg(ACaption, AText, mtError,
|
||||
[mbAbort, mbRetry, mbIgnore], 0);
|
||||
[mbAbort, mbRetry, mbIgnore], 0);
|
||||
if Result=mrAbort then exit;
|
||||
if Result=mrIgnore then Result:=mrOk;
|
||||
end;
|
||||
@ -8659,6 +8659,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.553 2003/05/04 21:48:52 mattias
|
||||
added parsing make errors
|
||||
|
||||
Revision 1.552 2003/05/03 08:13:27 mattias
|
||||
fixed clean all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user