diff options
Diffstat (limited to 'UCore.pas')
| -rw-r--r-- | UCore.pas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]); |
