IDE: comment

git-svn-id: trunk@46913 -
This commit is contained in:
mattias 2014-11-20 22:33:23 +00:00
parent 4c878ad87d
commit e581182b8f

View File

@ -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;