summaryrefslogtreecommitdiffstats
path: root/src/appimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/appimpl.cpp')
-rw-r--r--src/appimpl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/appimpl.cpp b/src/appimpl.cpp
index 913ae0d..b9659aa 100644
--- a/src/appimpl.cpp
+++ b/src/appimpl.cpp
@@ -215,6 +215,7 @@ void AppImpl::createManPageEntry(TQValueList<TDEIO::UDSEntry> &list, const TQStr
addAtom(entry, TDEIO::UDS_FILE_TYPE, S_IFREG);
addAtom(entry, TDEIO::UDS_MIME_TYPE, 0, "application/x-desktop");
addAtom(entry, TDEIO::UDS_ICON_NAME, 0, "man");
+ addAtom(entry, TDEIO::UDS_SIZE, 0, "");
list.append(entry);
}