mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 09:59:23 +02:00
FindInFiles now checks if dir exists from Vincent
git-svn-id: trunk@5102 -
This commit is contained in:
parent
d5c82bb0dc
commit
bcaf17830b
@ -203,7 +203,7 @@ begin
|
|||||||
|
|
||||||
SelectDirectoryDialog := TSelectDirectoryDialog.Create(Self);
|
SelectDirectoryDialog := TSelectDirectoryDialog.Create(Self);
|
||||||
with SelectDirectoryDialog do
|
with SelectDirectoryDialog do
|
||||||
Options:= Options + [ofPathMustExist];
|
Options:= Options + [ofFileMustExist];
|
||||||
|
|
||||||
FileMaskLabel:=TLabel.Create(Self);
|
FileMaskLabel:=TLabel.Create(Self);
|
||||||
with FileMaskLabel do begin
|
with FileMaskLabel do begin
|
||||||
|
Loading…
Reference in New Issue
Block a user