diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-19 11:04:43 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-19 11:04:43 -0600 |
commit | bd644060ced899663d8b00dd237a8df6e729756e (patch) | |
tree | 74854957423af2f80c08c6dbff5a79f1f9f01f93 | |
parent | 3f363a8d64179adf661a9fc796f8ea0755235216 (diff) | |
download | tde-systemsettings-bd644060ced899663d8b00dd237a8df6e729756e.tar.gz tde-systemsettings-bd644060ced899663d8b00dd237a8df6e729756e.zip |
Prevent non-existent help handbook from populating the main handbook table of contents.
-rw-r--r-- | systemsettings/systemsettings.desktop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/systemsettings/systemsettings.desktop b/systemsettings/systemsettings.desktop index 8199a1d..7b41b94 100644 --- a/systemsettings/systemsettings.desktop +++ b/systemsettings/systemsettings.desktop @@ -3,7 +3,13 @@ Encoding=UTF-8 Exec=systemsettings -caption "%c" %i %m Icon=systemsettings Type=Application -DocPath=systemsettings/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=systemsettings/index.html X-TDE-StartupNotify=true Name=System Settings |