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