mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Load search template with wdx-plugin
This commit is contained in:
parent
085a88a08f
commit
3aa2dc0e6e
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
-------------------------------------------------------------------------
|
||||
Content plugin search control
|
||||
|
||||
Copyright (C) 2014-2016 Alexander Koblov (alexx2000@mail.ru)
|
||||
Copyright (C) 2014-2017 Alexander Koblov (alexx2000@mail.ru)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -111,7 +111,7 @@ var
|
|||
begin
|
||||
if FPlugin.ItemIndex < 0 then Exit;
|
||||
|
||||
FField.Items.Clear;
|
||||
FField.Clear;
|
||||
Module:= gWdxPlugins.GetWdxModule(FPlugin.Text);
|
||||
if Assigned(Module) then
|
||||
for I:= 0 to Module.FieldList.Count - 1 do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue