mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 13:39:21 +02:00
IDE: showing custom scanner eit dlg
git-svn-id: trunk@15012 -
This commit is contained in:
parent
47eae27a96
commit
5f24488ebf
@ -27,7 +27,7 @@ unit EditMsgScannersDlg;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs,
|
||||
Classes, SysUtils, LCLProc, LResources, Forms, Controls, Graphics, Dialogs,
|
||||
ButtonPanel, StdCtrls, ExtCtrls, Buttons,
|
||||
IDEMsgIntf;
|
||||
|
||||
@ -69,7 +69,7 @@ begin
|
||||
EditMsgScannersDialog:=TEditMsgScannersDialog.Create(nil);
|
||||
try
|
||||
EditMsgScannersDialog.Scanners:=Scanners;
|
||||
Result:=EditMsgScannersDialog.ModalResult;
|
||||
Result:=EditMsgScannersDialog.ShowModal;
|
||||
if Result=mrOk then
|
||||
Scanners.Assign(EditMsgScannersDialog.Scanners);
|
||||
finally
|
||||
|
@ -43,7 +43,7 @@ uses
|
||||
MemCheck,
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, LCLType, Controls, Forms, Buttons, StdCtrls, ComCtrls,
|
||||
Dialogs, LResources, ExtCtrls,
|
||||
Dialogs, LResources, ExtCtrls, LCLProc,
|
||||
IDEMsgIntf, IDEExternToolIntf,
|
||||
KeyMapping, TransferMacros, LazarusIDEStrConsts, EditMsgScannersDlg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user