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 /tdeioslave/opengroupware | |
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 'tdeioslave/opengroupware')
-rw-r--r-- | tdeioslave/opengroupware/opengroupware.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/opengroupware/opengroupwares.protocol | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/opengroupware/opengroupware.protocol b/tdeioslave/opengroupware/opengroupware.protocol index 5531f3106..33f8cbfc6 100644 --- a/tdeioslave/opengroupware/opengroupware.protocol +++ b/tdeioslave/opengroupware/opengroupware.protocol @@ -1,5 +1,5 @@ [Protocol] -DocPath=tdeioslave/opengroupware/index.html +X-DocPath=tdeioslave/opengroupware/index.html exec=tdeio_opengroupware input=none output=filesystem diff --git a/tdeioslave/opengroupware/opengroupwares.protocol b/tdeioslave/opengroupware/opengroupwares.protocol index 03bb4b1db..7729a9791 100644 --- a/tdeioslave/opengroupware/opengroupwares.protocol +++ b/tdeioslave/opengroupware/opengroupwares.protocol @@ -1,5 +1,5 @@ [Protocol] -DocPath=tdeioslave/opengroupware/index.html +X-DocPath=tdeioslave/opengroupware/index.html exec=tdeio_opengroupware input=none output=filesystem |