summaryrefslogtreecommitdiff
path: root/UCore.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-18 22:30:08 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-18 22:30:08 +0200
commite7a55631dfa3e4011e420dbd22891d4adf98aa7d (patch)
treef87f517df24b0267dcda78e8cade9e574b8f03f3 /UCore.pas
parentfd60abd18e718c2134b350308c8d4dbf0d95dcc0 (diff)
downloadtuxcmd-e7a55631dfa3e4011e420dbd22891d4adf98aa7d.tar.xz
Handle multiple file extensions
Resolves #1120769
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]);