diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 20:06:44 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 20:06:44 -0600 |
commit | 2d76c2600142587d6575ec047046a50df3f155ce (patch) | |
tree | 17f95fe50cfdbfb3f5449d8531f3731aca1a866d /kdevdesigner/src | |
parent | 0cb3e1ccdb063dd8b077658bcac35e4deaf92bd3 (diff) | |
download | tdevelop-2d76c2600142587d6575ec047046a50df3f155ce.tar.gz tdevelop-2d76c2600142587d6575ec047046a50df3f155ce.zip |
Prevent non-existent help handbook from populating the main handbook table of contents.
Diffstat (limited to 'kdevdesigner/src')
-rw-r--r-- | kdevdesigner/src/kdevdesigner.desktop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kdevdesigner/src/kdevdesigner.desktop b/kdevdesigner/src/kdevdesigner.desktop index 6199cc7b..c106f699 100644 --- a/kdevdesigner/src/kdevdesigner.desktop +++ b/kdevdesigner/src/kdevdesigner.desktop @@ -58,7 +58,13 @@ GenericName[zh_TW]=介面設計器 Exec=kdevdesigner %i -caption "%c" Icon=kdevdesigner Type=Application -DocPath=kdevdesigner/kdevdesigner.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=kdevdesigner/kdevdesigner.html Comment=GUI Designer for Qt/TDE Comment[ca]=Dissenyador de IGU per Qt/TDE Comment[da]=Grafisk brugerfladedesigner til Qt/TDE |