mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:29:34 +02:00
Components, H2Pas: fixed compilation after r42342 #f7c7f989ee
git-svn-id: trunk@42390 -
This commit is contained in:
parent
2dcaeb39e0
commit
b246d4bbcd
@ -1976,7 +1976,7 @@ var
|
||||
ErrMsg:=ErrMsg+' Error: '+ErrorTool.ErrorMsg+' ('+ErrorTool.Caption+')';
|
||||
DebugLn(['TH2PasConverter.ConvertFile Failed: ',ErrMsg]);
|
||||
IDEMessagesWindow.AddMsg(ErrMsg,BaseDir,-1);
|
||||
LazarusIDE.DoJumpToCompilerMessage(IDEMessagesWindow.LinesCount-1,true);
|
||||
LazarusIDE.DoJumpToCompilerMessage(true, IDEMessagesWindow.LinesCount-1);
|
||||
Result:=mrAbort;
|
||||
end;
|
||||
|
||||
|
@ -1125,7 +1125,7 @@ begin
|
||||
exit;
|
||||
end;
|
||||
|
||||
LazarusIDE.DoJumpToCompilerMessage(MsgLine,true);
|
||||
LazarusIDE.DoJumpToCompilerMessage(true, MsgLine);
|
||||
end;
|
||||
|
||||
function TH2PasDialog.SaveSettings: TModalResult;
|
||||
|
Loading…
Reference in New Issue
Block a user