FindInFiles now checks if dir exists from Vincent

git-svn-id: trunk@5102 -
This commit is contained in:
mattias 2004-01-24 23:14:28 +00:00
parent d5c82bb0dc
commit bcaf17830b

View File

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