mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 00:29:28 +02:00
Lazarus chm search to send to lhelp now doesn't search paths recursively
git-svn-id: trunk@47987 -
This commit is contained in:
parent
3cf8301564
commit
e62738c753
@ -207,7 +207,7 @@ begin
|
|||||||
for i := 0 to SearchPaths.Count-1 do
|
for i := 0 to SearchPaths.Count-1 do
|
||||||
begin
|
begin
|
||||||
// Note: FindAllFiles has a SearchPath parameter that is a *single* directory,
|
// Note: FindAllFiles has a SearchPath parameter that is a *single* directory,
|
||||||
SearchFiles := FindAllFiles(SearchPaths[i], '*.chm;*.CHM;*.Chm');
|
SearchFiles := FindAllFiles(SearchPaths[i], '*.chm;*.CHM;*.Chm', False);
|
||||||
CHMFiles.AddStrings(SearchFiles);
|
CHMFiles.AddStrings(SearchFiles);
|
||||||
SearchFiles.Free;
|
SearchFiles.Free;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user