diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 08:50:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 08:52:32 +0900 |
commit | 2cd74e40d6b33d20046d335eccb37a6e2f698515 (patch) | |
tree | 5fd2f5291fe5cc89b27a649229459fa086ebafa7 /tdeioslave/about/about.protocol | |
parent | a434c6c8d5563eeae1a9107f8764387d82bdce95 (diff) | |
download | tdebase-2cd74e40d6b33d20046d335eccb37a6e2f698515.tar.gz tdebase-2cd74e40d6b33d20046d335eccb37a6e2f698515.zip |
Fixed wrong DocPath strings. This relates to bug 2319
(cherry picked from commit 2db89f3986ff88bc55edca190c25bef5df7c3c33)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/about/about.protocol')
-rw-r--r-- | tdeioslave/about/about.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/about/about.protocol b/tdeioslave/about/about.protocol index 2f12b9383..5d1102bee 100644 --- a/tdeioslave/about/about.protocol +++ b/tdeioslave/about/about.protocol @@ -7,4 +7,4 @@ reading=true defaultMimetype=text/html Icon=help_index Class=:local -DocPath=tdeioslave/about/index.html +X-DocPath=tdeioslave/about/index.html |