LCL: fixed get TFileDialog.FilterIndex (bug #9292)

patch by: Valdas

git-svn-id: trunk@11709 -
This commit is contained in:
vincents 2007-08-02 11:16:23 +00:00
parent 7563f772b3
commit 0cf1e254de

View File

@ -28,6 +28,7 @@ begin
FFiles := TStringList.Create;
FHistoryList:=TStringList.Create;
FFilterIndex := 1;
FInternalFilterIndex := 1;
end;
{------------------------------------------------------------------------------}