From e7a55631dfa3e4011e420dbd22891d4adf98aa7d Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 18 Jun 2008 22:30:08 +0200 Subject: Handle multiple file extensions Resolves #1120769 --- UCore.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UCore.pas') diff --git a/UCore.pas b/UCore.pas index 5e102a0..cc298ea 100644 --- a/UCore.pas +++ b/UCore.pas @@ -367,7 +367,7 @@ begin end; ItemColor := nil; - AddFileTypeIcon(List[i]); + AssignFileType(List[i]); DataList.Add(List[i]); ListItem.Data := DataList[DataList.Count - 1]; if not Application.GTKVersion_2_0_5_Up then ListItem.SetValue(0, List[i]); -- cgit v1.2.3