IDE: set Filteredit as the active control in View Units dialog

git-svn-id: trunk@31543 -
This commit is contained in:
juha 2011-07-03 15:29:24 +00:00
parent 6867ccdde7
commit 4f38e5313f

View File

@ -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;