mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
IDE: comment
git-svn-id: trunk@46913 -
This commit is contained in:
parent
4c878ad87d
commit
e581182b8f
@ -3410,7 +3410,8 @@ end;
|
||||
function TMainIDE.OnIDEQuestionDialog(const aCaption, aMsg: string;
|
||||
DlgType: TMsgDlgType; Buttons: array of const; const HelpKeyword: string): Integer;
|
||||
begin
|
||||
Result:=QuestionDlg(aCaption,aMsg,DlgType,Buttons,HelpKeyword);
|
||||
Result:=QuestionDlg{ !!! DO NOT REPLACE WITH IDEQuestionDialog }
|
||||
(aCaption,aMsg,DlgType,Buttons,HelpKeyword);
|
||||
end;
|
||||
|
||||
procedure TMainIDE.OnExecuteIDEShortCut(Sender: TObject; var Key: word;
|
||||
|
Loading…
Reference in New Issue
Block a user