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:28:17 +0900 |
commit | a1f23c813a7c0b0675412498512f0fc5f025e2af (patch) | |
tree | 6138deb6e76c8f1a60e788a5a4c3c680773e20e6 /tdeioslave/http | |
parent | 3cefb44bccead583a49043b1169cfea1e6367c7a (diff) | |
download | tdelibs-a1f23c813a7c0b0675412498512f0fc5f025e2af.tar.gz tdelibs-a1f23c813a7c0b0675412498512f0fc5f025e2af.zip |
Fixed wrong DocPath strings. This relates to bug 2319
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 |