瀏覽代碼

Correct identifier case

(cherry picked from commit 405a549d1fc1de7ec97008ca5dcd30592572bb92)

Source commit: 2d41c56b103f76159172378b565a67fa8a6e4eb3
Martin Prikryl 5 年之前
父節點
當前提交
600e99cffe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/packages/filemng/DirView.pas

+ 1 - 1
source/packages/filemng/DirView.pas

@@ -1829,7 +1829,7 @@ begin
               if (FileInfo.iIcon <= 0) or (FileInfo.iIcon > SmallImages.Count) then
               if (FileInfo.iIcon <= 0) or (FileInfo.iIcon > SmallImages.Count) then
               begin
               begin
                 {Invalid icon returned: retry with access file attribute flag:}
                 {Invalid icon returned: retry with access file attribute flag:}
-                SHGetFileInfo(PChar(fPath + '\' + FileName), FILE_ATTRIBUTE_DIRECTORY,
+                SHGetFileInfo(PChar(FPath + '\' + FileName), FILE_ATTRIBUTE_DIRECTORY,
                   FileInfo, SizeOf(FileInfo),
                   FileInfo, SizeOf(FileInfo),
                   SHGFI_TYPENAME or SHGFI_SYSICONINDEX or SHGFI_USEFILEATTRIBUTES);
                   SHGFI_TYPENAME or SHGFI_SYSICONINDEX or SHGFI_USEFILEATTRIBUTES);
               end;
               end;