|
@@ -1820,7 +1820,7 @@ begin
|
|
|
|
|
|
except
|
|
|
{Capture exceptions generated by the shell}
|
|
|
- ImageIndex := UnKnownFileIcon;
|
|
|
+ ImageIndex := UnknownFileIcon;
|
|
|
end;
|
|
|
end;
|
|
|
end;
|
|
@@ -1870,7 +1870,7 @@ begin
|
|
|
if IconEmpty then
|
|
|
begin
|
|
|
if FileExt = ExeExtension then ImageIndex := DefaultExeIcon
|
|
|
- else ImageIndex := UnKnownFileIcon;
|
|
|
+ else ImageIndex := UnknownFileIcon;
|
|
|
end;
|
|
|
end;
|
|
|
Empty := False;
|