mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 14:49:28 +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);
|
||||
with SelectDirectoryDialog do
|
||||
Options:= Options + [ofPathMustExist];
|
||||
Options:= Options + [ofFileMustExist];
|
||||
|
||||
FileMaskLabel:=TLabel.Create(Self);
|
||||
with FileMaskLabel do begin
|
||||
|
Loading…
Reference in New Issue
Block a user