diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 18:01:39 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 18:01:39 -0600 |
commit | 7346ba4f4a77871f7c4b086d6f663019b0c96ace (patch) | |
tree | 70f3363c430b4a9d598282272a2910b4ac790772 /ksayit | |
parent | 7817a86b9a12356bdfae734b0fd699113372f060 (diff) | |
download | tdeaccessibility-7346ba4f4a77871f7c4b086d6f663019b0c96ace.tar.gz tdeaccessibility-7346ba4f4a77871f7c4b086d6f663019b0c96ace.zip |
Prevent non-existent help handbook from populating the main handbook table of contents.
Diffstat (limited to 'ksayit')
-rw-r--r-- | ksayit/src/ksayit.desktop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ksayit/src/ksayit.desktop b/ksayit/src/ksayit.desktop index cfbcfa1..706ae54 100644 --- a/ksayit/src/ksayit.desktop +++ b/ksayit/src/ksayit.desktop @@ -2,7 +2,13 @@ Type=Application Exec=ksayit -caption "%c" %i Icon=ksayit -DocPath=ksayit/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=ksayit/index.html Terminal=false Name=KSayIt Name[hi]=के-से-इट |