summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docview/src/frm_main.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas
index 64a07ecb..4defc759 100644
--- a/docview/src/frm_main.pas
+++ b/docview/src/frm_main.pas
@@ -436,8 +436,8 @@ begin
with sl do
begin
Add('<b><u>Filename:</u></b> <red>' + f.Filename + '<black>');
- Add('');
Add('<b>Title:</b> ' + f.Title);
+ Add('<b>File size:</b> ' + IntToStr(fpgFileSize(f.Filename)) + 'bytes');
Add('<b>Dictionary count:</b> ' + IntToStr(f.DictionaryCount));
Add('<b>Topic count:</b> ' + IntToStr(f.TopicCount));
Add('<b>Index count:</b> ' + IntToStr(f.Index.Count));