mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
IDE: set Filteredit as the active control in View Units dialog
git-svn-id: trunk@31543 -
This commit is contained in:
parent
6867ccdde7
commit
4f38e5313f
@ -155,8 +155,8 @@ constructor TViewUnitDialog.Create(TheOwner: TComponent);
|
||||
begin
|
||||
inherited Create(TheOwner);
|
||||
IDEDialogLayoutList.ApplyLayout(Self,450,300);
|
||||
ActiveControl:=FilterEdit;
|
||||
mniMultiSelect.Caption := dlgMultiSelect;
|
||||
|
||||
ButtonPanel.OKButton.Caption:=lisOk;
|
||||
ButtonPanel.HelpButton.Caption:=lisMenuHelp;
|
||||
ButtonPanel.CancelButton.Caption:=dlgCancel;
|
||||
|
Loading…
Reference in New Issue
Block a user