This commit is contained in:
Massimo Melina 2020-06-03 17:23:08 +02:00
parent 474e95315a
commit 23ea63a19e
2 changed files with 1 additions and 1 deletions

BIN
hfs.res

Binary file not shown.

View File

@ -8703,7 +8703,7 @@ procedure TmainFrm.appEventsShowHint(var HintStr: String; var CanShow: Boolean;
+if_(f.isRealFolder() or f.isFile(), #13+format(MSG_VFS_PATH,[f.resource]));
if f.isFile() then
result:=result+format(#13+MSG_VFS_SIZE+#13+MSG_VFS_DLS,
[ smartsize(sizeofFile(f.resource)), f.DLcount ]);
[ smartsize(sizeofFile(f.resource)), dotted(f.DLcount) ]);
s:=flagR(MSG_VFS_INVISIBLE, FA_HIDDENTREE, TRUE);
if s = '' then s:=flag(MSG_VFS_INVISIBLE, FA_HIDDEN);