carbon: fix for the #20331

git-svn-id: trunk@32638 -
This commit is contained in:
dmitry 2011-10-03 00:41:48 +00:00
parent 317ddf7974
commit 2c4a5c9520

View File

@ -391,6 +391,7 @@ begin
if OSError(NavDisposeReply(DialogReply), Self, SShowModal,
'NavDisposeReply') then Exit;
FileDialog.FilterIndex := FilterIndex;
FileDialog.UserChoice := mrOK;
end;
finally