mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:00:18 +02:00
* Lhelp: cosmetic
git-svn-id: trunk@46299 -
This commit is contained in:
parent
b705717697
commit
0c44221648
@ -871,7 +871,7 @@ var
|
||||
k: Integer;
|
||||
Item: TContentTreeNode;
|
||||
begin
|
||||
// if fKeywordCombo.Text = '' then Exit;
|
||||
// if fKeywordCombo.Text = '' then Exit;
|
||||
SearchWords := TStringList.Create;
|
||||
SearchWords.Delimiter := ' ';
|
||||
Searchwords.DelimitedText := fKeywordCombo.Text;
|
||||
|
@ -27,8 +27,8 @@ uses
|
||||
SimpleIPC, TurboPowerIPro, chmpopup, lhelpcontrolpkg, lhelpcore;
|
||||
|
||||
var
|
||||
X: Integer;
|
||||
S: TStringList;
|
||||
X: Integer;
|
||||
S: TStringList;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user