mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 16:58:54 +02:00
fixed find in files dialog TSelectDirectoryDialog options to check for dir and not for file from Luiz
git-svn-id: trunk@8309 -
This commit is contained in:
parent
ae2bc38c9e
commit
4cff1317ab
@ -202,7 +202,7 @@ begin
|
||||
|
||||
SelectDirectoryDialog := TSelectDirectoryDialog.Create(Self);
|
||||
with SelectDirectoryDialog do
|
||||
Options:= Options + [ofFileMustExist];
|
||||
Options:= Options + [ofPathMustExist];
|
||||
|
||||
FileMaskLabel:=TLabel.Create(Self);
|
||||
with FileMaskLabel do begin
|
||||
|
Loading…
Reference in New Issue
Block a user