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:
mattias 2005-12-13 23:35:18 +00:00
parent ae2bc38c9e
commit 4cff1317ab

View File

@ -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