summaryrefslogtreecommitdiff
path: root/UCore.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UCore.pas')
-rw-r--r--UCore.pas2
1 files changed, 1 insertions, 1 deletions
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]);