diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:05:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:05:00 +0900 |
commit | 16b53b45b0dd813d3bd554f41bb69d6e61bac996 (patch) | |
tree | c958745876baecd33a57f48dfe2db40c701cfb07 | |
parent | f8db2bc0c47be1f72c9393195975f8952b4cc57e (diff) | |
download | tdeio-apt-16b53b45b0dd813d3bd554f41bb69d6e61bac996.tar.gz tdeio-apt-16b53b45b0dd813d3bd554f41bb69d6e61bac996.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/apt+http.protocol | 2 | ||||
-rw-r--r-- | src/apt.protocol | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/apt+http.protocol b/src/apt+http.protocol index e91509c..649113b 100644 --- a/src/apt+http.protocol +++ b/src/apt+http.protocol @@ -8,4 +8,4 @@ defaultMimetype=text/html Icon=remote Description=A tdeioslave for using apt-cache functionalities inside konqueror determineMimetypeFromExtension=false -DocPath=tdeio_apt/index.html +X-DocPath=tdeio_apt/index.html diff --git a/src/apt.protocol b/src/apt.protocol index f4f8adb..5aada36 100644 --- a/src/apt.protocol +++ b/src/apt.protocol @@ -8,4 +8,4 @@ defaultMimetype=text/html Icon=kioapt Description=A tdeioslave for using apt-cache functionalities inside konqueror determineMimetypeFromExtension=false -DocPath=tdeio_apt/index.html +X-DocPath=tdeio_apt/index.html |