diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 08:28:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 08:28:17 +0900 |
commit | a1f23c813a7c0b0675412498512f0fc5f025e2af (patch) | |
tree | 6138deb6e76c8f1a60e788a5a4c3c680773e20e6 /kdoctools | |
parent | 3cefb44bccead583a49043b1169cfea1e6367c7a (diff) | |
download | tdelibs-a1f23c813a7c0b0675412498512f0fc5f025e2af.tar.gz tdelibs-a1f23c813a7c0b0675412498512f0fc5f025e2af.zip |
Fixed wrong DocPath strings. This relates to bug 2319
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdoctools')
-rw-r--r-- | kdoctools/ghelp.protocol | 2 | ||||
-rw-r--r-- | kdoctools/help.protocol | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/kdoctools/help.protocol b/kdoctools/help.protocol index eab70fdc3..df7919a96 100644 --- a/kdoctools/help.protocol +++ b/kdoctools/help.protocol @@ -7,4 +7,4 @@ reading=true defaultMimetype=text/html Icon=help Class=:local -DocPath=tdeioslave/help/index.html +X-DocPath=tdeioslave/help/index.html |