diff options
author | Michele Calgaro <[email protected]> | 2015-01-23 08:28:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-01-23 08:29:14 +0900 |
commit | eab791787c8d9e645c390646285f55ae965a1978 (patch) | |
tree | 7cb497f5ca5f2af9b1bcfdd81685b78b4ea25293 /kdoctools/ghelp.protocol | |
parent | fe822d8d7a4622850cb48358ef036dd6438d90cd (diff) | |
download | tdelibs-eab791787c8d9e645c390646285f55ae965a1978.tar.gz tdelibs-eab791787c8d9e645c390646285f55ae965a1978.zip |
Fixed wrong DocPath strings. This relates to bug 2319
(cherry picked from commit a1f23c813a7c0b0675412498512f0fc5f025e2af)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdoctools/ghelp.protocol')
-rw-r--r-- | kdoctools/ghelp.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdoctools/ghelp.protocol b/kdoctools/ghelp.protocol index 6d487f5b3..a8af5bbde 100644 --- a/kdoctools/ghelp.protocol +++ b/kdoctools/ghelp.protocol @@ -7,4 +7,4 @@ reading=true defaultMimetype=text/html Icon=help Class=:local -DocPath=tdeioslave/ghelp/index.html +X-DocPath=tdeioslave/ghelp/index.html |