mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 10:39:53 +01:00 
			
		
		
		
	IDE: fixed idemessagedialog
git-svn-id: trunk@36699 -
This commit is contained in:
		
							parent
							
								
									8814a4f697
								
							
						
					
					
						commit
						31a6eef00a
					
				@ -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;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user