mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD:small fix - do not show dsx plugin in find dialog if removed and show if added, without restarting
This commit is contained in:
parent
c7f0857f13
commit
2f81846dcc
1 changed files with 2 additions and 1 deletions
|
|
@ -200,7 +200,6 @@ begin
|
|||
Splitter1.Visible:= False;
|
||||
Height:= Panel2.Height + 22;
|
||||
DSL:= TDSXModuleList.Create;
|
||||
DSL.Load(gini);
|
||||
// fill search depth combobox
|
||||
cbSearchDepth.Items.Add(rsFindDepthAll);
|
||||
cbSearchDepth.Items.Add(rsFindDepthCurDir);
|
||||
|
|
@ -631,6 +630,8 @@ begin
|
|||
cmbFindFileMask.SelectAll;
|
||||
//cmbFindFileMask.SetFocus;
|
||||
cmbFindFileMask.Items.Assign(glsMaskHistory);
|
||||
DSL.Load(gini);
|
||||
cbbSPlugins.Clear;
|
||||
for i:=0 to DSL.Count-1 do
|
||||
begin
|
||||
cbbSPlugins.AddItem(DSL.GetDSXModule(i).Name+' ('+DSL.GetDSXModule(i).Descr+' )',nil);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue