diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:23:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:23:26 +0900 |
commit | 7a320d874dcdf954fdb6666e3ca54ea817670345 (patch) | |
tree | 05071acff28c71ef4ce79b685be8cebbe7c9ddbf /korganizer | |
parent | b46c8e41db48863140066441f56fb0cedb583db9 (diff) | |
download | tdepim-7a320d874dcdf954fdb6666e3ca54ea817670345.tar.gz tdepim-7a320d874dcdf954fdb6666e3ca54ea817670345.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'korganizer')
-rw-r--r-- | korganizer/webcal.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/webcal.protocol b/korganizer/webcal.protocol index 63ab80e8c..dd165c30e 100644 --- a/korganizer/webcal.protocol +++ b/korganizer/webcal.protocol @@ -8,4 +8,4 @@ defaultMimetype=application/octet-stream determineMimetypeFromExtension=true Icon=www maxInstances=3 -DocPath=tdeioslave/webcal/index.html +X-DocPath=tdeioslave/webcal/index.html |