LCL, carbon, fix FilterIndex on FileSave Dialog

git-svn-id: trunk@40343 -
This commit is contained in:
jesus 2013-02-18 08:12:56 +00:00
parent c936df54b3
commit f2ffc5a7d1

View File

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