diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 08:28:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 08:29:14 +0900 |
commit | eab791787c8d9e645c390646285f55ae965a1978 (patch) | |
tree | 7cb497f5ca5f2af9b1bcfdd81685b78b4ea25293 /tdeioslave/ftp | |
parent | fe822d8d7a4622850cb48358ef036dd6438d90cd (diff) | |
download | tdelibs-eab791787c8d9e645c390646285f55ae965a1978.tar.gz tdelibs-eab791787c8d9e645c390646285f55ae965a1978.zip |
Fixed wrong DocPath strings. This relates to bug 2319
(cherry picked from commit a1f23c813a7c0b0675412498512f0fc5f025e2af)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/ftp')
-rw-r--r-- | tdeioslave/ftp/ftp.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/ftp/ftp.protocol b/tdeioslave/ftp/ftp.protocol index 7401ef6e3..976e9c6c3 100644 --- a/tdeioslave/ftp/ftp.protocol +++ b/tdeioslave/ftp/ftp.protocol @@ -14,5 +14,5 @@ moving=true ProxiedBy=http Icon=ftp maxInstances=2 -DocPath=tdeioslave/ftp/index.html +X-DocPath=tdeioslave/ftp/index.html Class=:internet |