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/http | |
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/http')
-rw-r--r-- | tdeioslave/http/http.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/http/https.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/http/webdav.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/http/webdavs.protocol | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tdeioslave/http/http.protocol b/tdeioslave/http/http.protocol index 29ab1c088..3dcc5dbe8 100644 --- a/tdeioslave/http/http.protocol +++ b/tdeioslave/http/http.protocol @@ -8,5 +8,5 @@ defaultMimetype=application/octet-stream determineMimetypeFromExtension=false Icon=www maxInstances=3 -DocPath=tdeioslave/http/index.html +X-DocPath=tdeioslave/http/index.html Class=:internet diff --git a/tdeioslave/http/https.protocol b/tdeioslave/http/https.protocol index 4dba37d83..db3413aa2 100644 --- a/tdeioslave/http/https.protocol +++ b/tdeioslave/http/https.protocol @@ -8,5 +8,5 @@ defaultMimetype=application/octet-stream determineMimetypeFromExtension=false Icon=www config=http -DocPath=tdeioslave/http/index.html +X-DocPath=tdeioslave/http/index.html Class=:internet diff --git a/tdeioslave/http/webdav.protocol b/tdeioslave/http/webdav.protocol index 5615a02b9..e541b73a1 100644 --- a/tdeioslave/http/webdav.protocol +++ b/tdeioslave/http/webdav.protocol @@ -14,5 +14,5 @@ defaultMimetype=application/octet-stream determineMimetypeFromExtension=false Icon=www maxInstances=3 -DocPath=tdeioslave/webdav/index.html +X-DocPath=tdeioslave/webdav/index.html Class=:internet diff --git a/tdeioslave/http/webdavs.protocol b/tdeioslave/http/webdavs.protocol index d9802f9c9..62aece4a2 100644 --- a/tdeioslave/http/webdavs.protocol +++ b/tdeioslave/http/webdavs.protocol @@ -14,5 +14,5 @@ defaultMimetype=application/octet-stream determineMimetypeFromExtension=false Icon=www config=webdav -DocPath=tdeioslave/webdav/index.html +X-DocPath=tdeioslave/webdav/index.html Class=:internet |