diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 22:25:44 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 22:25:44 -0600 |
commit | 5a03cb0dc39f7159e9bd0a8eae7a2169ba70620a (patch) | |
tree | 4d075f1122c28ccf46ce3da30e306db055de4ba7 /kcontrol/hwmanager | |
parent | 007c0cab65ef45a38f57e105343b247f7567073f (diff) | |
download | tdebase-5a03cb0dc39f7159e9bd0a8eae7a2169ba70620a.tar.gz tdebase-5a03cb0dc39f7159e9bd0a8eae7a2169ba70620a.zip |
Prevent non-existent help handbooks from populating the main handbook table of contents.
Diffstat (limited to 'kcontrol/hwmanager')
-rw-r--r-- | kcontrol/hwmanager/hwmanager.desktop | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/kcontrol/hwmanager/hwmanager.desktop b/kcontrol/hwmanager/hwmanager.desktop index d8a870f98..151a30411 100644 --- a/kcontrol/hwmanager/hwmanager.desktop +++ b/kcontrol/hwmanager/hwmanager.desktop @@ -2,7 +2,13 @@ Exec=tdecmshell hwmanager Icon=background Type=Application -DocPath=kcontrol/hwmanager/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=kcontrol/hwmanager/index.html X-TDE-Library=hwmanager X-TDE-ParentApp=kcontrol @@ -12,7 +18,6 @@ X-TDE-SubstituteUID=true Categories=Qt;TDE;X-TDE-settings-hardware; Comment=Configure hardware devices Comment[en_US]=Configure hardware devices -DocPath=kcontrol/hwmanager.html GenericName= GenericName[en_US]= Keywords=hardware |