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 /tdeioslave/smtp | |
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 'tdeioslave/smtp')
-rw-r--r-- | tdeioslave/smtp/smtp.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/smtp/smtps.protocol | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/smtp/smtp.protocol b/tdeioslave/smtp/smtp.protocol index 3622298e9..f5b863a74 100644 --- a/tdeioslave/smtp/smtp.protocol +++ b/tdeioslave/smtp/smtp.protocol @@ -12,5 +12,5 @@ source=true makedir=false linking=false moving=false -DocPath=tdeioslave/smtp/index.html +X-DocPath=tdeioslave/smtp/index.html Icon=folder_outbox diff --git a/tdeioslave/smtp/smtps.protocol b/tdeioslave/smtp/smtps.protocol index 22de400f3..7b7bc9490 100644 --- a/tdeioslave/smtp/smtps.protocol +++ b/tdeioslave/smtp/smtps.protocol @@ -13,4 +13,4 @@ makedir=false linking=false moving=false Icon=folder_outbox -DocPath=tdeioslave/smtp/index.html +X-DocPath=tdeioslave/smtp/index.html |