IDE: fixed idemessagedialog

git-svn-id: trunk@36699 -
This commit is contained in:
mattias 2012-04-10 07:41:52 +00:00
parent 8814a4f697
commit 31a6eef00a

View File

@ -3573,7 +3573,8 @@ function TMainIDE.OnIDEMessageDialog(const aCaption, aMsg: string;
DlgType: TMsgDlgType; Buttons: TMsgDlgButtons; const HelpKeyword: string
): Integer;
begin
Result:=IDEMessageDialog(aCaption,aMsg,DlgType,Buttons,HelpKeyword);
Result:=MessageDlg{ !!! DO NOT REPLACE WITH IDEMessageDialog }
(aCaption,aMsg,DlgType,Buttons,HelpKeyword);
end;
function TMainIDE.OnIDEQuestionDialog(const aCaption, aMsg: string;