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:50:56 +0900 |
commit | 2db89f3986ff88bc55edca190c25bef5df7c3c33 (patch) | |
tree | b3fff4aaadc0eee65588d9ea1fd54af256ed714f /kcontrol/tdefontinst | |
parent | 614d4d45f31fd1d20e89a26448759ab609b9dd5f (diff) | |
download | tdebase-2db89f3986ff88bc55edca190c25bef5df7c3c33.tar.gz tdebase-2db89f3986ff88bc55edca190c25bef5df7c3c33.zip |
Fixed wrong DocPath strings. This relates to bug 2319
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/tdefontinst')
-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 |