diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-24 08:14:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-24 08:14:38 +0900 |
commit | cef58a5ae639c5fa61ce3e3a05b91bc88bb8ec42 (patch) | |
tree | 188f584bd5ad9fd76c666763691ca917d694fa7b | |
parent | 2b163904d9343c239ae99d751709a54fb5bed830 (diff) | |
download | tdeio-sword-cef58a5ae639c5fa61ce3e3a05b91bc88bb8ec42.tar.gz tdeio-sword-cef58a5ae639c5fa61ce3e3a05b91bc88bb8ec42.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/sword.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sword.protocol b/src/sword.protocol index 9fddf75..b0d33fa 100644 --- a/src/sword.protocol +++ b/src/sword.protocol @@ -7,7 +7,7 @@ reading=true defaultMimetype=text/html Icon=tdeio_sword Description=A tdeioslave for quick access to Bible texts within Konqueror -DocPath=tdeio_sword/index.html +X-DocPath=tdeio_sword/index.html determineMimetypeFromExtension=false Class=:local URIMode=uri |