diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-06-18 22:30:08 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-06-18 22:30:08 +0200 |
| commit | e7a55631dfa3e4011e420dbd22891d4adf98aa7d (patch) | |
| tree | f87f517df24b0267dcda78e8cade9e574b8f03f3 /UCore.pas | |
| parent | fd60abd18e718c2134b350308c8d4dbf0d95dcc0 (diff) | |
| download | tuxcmd-e7a55631dfa3e4011e420dbd22891d4adf98aa7d.tar.xz | |
Handle multiple file extensions
Resolves #1120769
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]); |
