FIX: Small unicode fix.

This commit is contained in:
cobines 2009-04-24 18:04:35 +00:00
commit 711cfd65aa

View file

@ -242,7 +242,7 @@ begin
begin
sName:= sFileName;
sExt := ExtractFileExt(sFileName);
iMode := FileGetAttr(sFileName);
iMode := mbFileGetAttr(sFileName);
bLinkIsDir := (FPS_ISLNK(iMode) and FPS_ISDIR(iMode));
end;
iIndex := PixMapManager.GetIconByFile(pfri, pmDirectory);