From e581182b8fc1303daad1b74f3a2fd33971f5454b Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 20 Nov 2014 22:33:23 +0000 Subject: [PATCH] IDE: comment git-svn-id: trunk@46913 - --- ide/main.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ide/main.pp b/ide/main.pp index 5e6b834aea..91ea8efcd2 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -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;