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:25:32 +0900 |
commit | a49c32d00f38a005eb6c59044968fb22b01c247d (patch) | |
tree | 05071acff28c71ef4ce79b685be8cebbe7c9ddbf /akregator/src/feed.protocol | |
parent | 48dadd4300d75e95ad77c18ef7fd1fa02777cb88 (diff) | |
download | tdepim-a49c32d00f38a005eb6c59044968fb22b01c247d.tar.gz tdepim-a49c32d00f38a005eb6c59044968fb22b01c247d.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
(cherry picked from commit 7a320d874dcdf954fdb6666e3ca54ea817670345)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'akregator/src/feed.protocol')
-rw-r--r-- | akregator/src/feed.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/feed.protocol b/akregator/src/feed.protocol index 496a992d9..5272e2994 100644 --- a/akregator/src/feed.protocol +++ b/akregator/src/feed.protocol @@ -10,4 +10,4 @@ writing=false makedir=false deleting=false Icon=akregator -DocPath=tdeioslave/feed/index.html +X-DocPath=tdeioslave/feed/index.html |