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 /kcontrol | |
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 'kcontrol')
-rw-r--r-- | kcontrol/tdefontinst/tdeio/fonts.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/tdefontinst/tdeio/fonts.protocol b/kcontrol/tdefontinst/tdeio/fonts.protocol index 6ba206b28..840b04c18 100644 --- a/kcontrol/tdefontinst/tdeio/fonts.protocol +++ b/kcontrol/tdefontinst/tdeio/fonts.protocol @@ -16,4 +16,4 @@ Icon=font-x-generic defaultMimetype=application/octet-stream maxInstances=1 Class=:local -DocPath=tdeioslave/fonts/index.html +X-DocPath=tdeioslave/fonts/index.html |