diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-18 15:18:24 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-18 15:18:24 -0600 |
commit | 5f16bdc067416ac268922467c208e7f00bb17a4f (patch) | |
tree | 2655a5678933cce65f9489a8625e8b3713020a2e /kbugbuster/kbugbuster.desktop | |
parent | 898c379f4cf6ac2fac13135103d682bbef48f798 (diff) | |
download | tdesdk-5f16bdc067416ac268922467c208e7f00bb17a4f.tar.gz tdesdk-5f16bdc067416ac268922467c208e7f00bb17a4f.zip |
Prevent empty help handbook from populating the main handbook table of contents.
Diffstat (limited to 'kbugbuster/kbugbuster.desktop')
-rw-r--r-- | kbugbuster/kbugbuster.desktop | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kbugbuster/kbugbuster.desktop b/kbugbuster/kbugbuster.desktop index fb0cbb7b..9f6b5741 100644 --- a/kbugbuster/kbugbuster.desktop +++ b/kbugbuster/kbugbuster.desktop @@ -2,7 +2,11 @@ Type=Application Exec=kbugbuster -caption "%c" %i %m Icon=kbugbuster -DocPath=kbugbuster/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 and a resulting error message of +# 'There is no documentation available for /xyz/index.html.' +# DocPath=kbugbuster/index.html GenericName=TDE Bug Management GenericName[af]=TDE Fout Bestuuring GenericName[bg]=Управление на грешки - TDE |