diff --git a/hfs.res b/hfs.res index 5d6ffd6..57e0c54 100644 Binary files a/hfs.res and b/hfs.res differ diff --git a/main.pas b/main.pas index 7c5d65c..40d8b29 100644 --- a/main.pas +++ b/main.pas @@ -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);