diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 17:19:23 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 17:19:23 -0600 |
commit | 21862f8352c833f4ed24dd6eab8f37dc5b4eb48d (patch) | |
tree | 1a8a4a7b78e394418e893820caf4316d6c9d32c5 /apps | |
parent | d1335e7742bfdf58649fccd3b1f644b698feb48a (diff) | |
download | ktorrent-21862f8352c833f4ed24dd6eab8f37dc5b4eb48d.tar.gz ktorrent-21862f8352c833f4ed24dd6eab8f37dc5b4eb48d.zip |
Prevent non-existent help handbook from populating the main handbook table of contents.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/ktorrent/ktorrent.desktop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/ktorrent/ktorrent.desktop b/apps/ktorrent/ktorrent.desktop index a5ae848..4a09c56 100644 --- a/apps/ktorrent/ktorrent.desktop +++ b/apps/ktorrent/ktorrent.desktop @@ -42,7 +42,13 @@ GenericName[zh_TW]=BitTorrent 客戶端程式 Exec=ktorrent %i %m -caption "%c" %u Icon=ktorrent Type=Application -DocPath=ktorrent/index.html +# Restore the following key and remove this comment when a help handbook +# is written. Disabling this key prevents populating the main handbook +# table of contents with a non-existent document, which results in a +# main handbook error message of +# 'There is no documentation available for /xyz/index.html.' +# Also disable this key when there exists only a useless template handbook. +# DocPath=ktorrent/index.html MimeType=application/x-bittorrent;application/x-torrent; X-DCOP-ServiceType=Unique Comment=A BitTorrent program for TDE |