diff options
author | Michele Calgaro <[email protected]> | 2015-01-23 09:05:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-01-23 09:05:50 +0900 |
commit | c5e651b77f1f4beff8273394cb594ecb5652d409 (patch) | |
tree | c958745876baecd33a57f48dfe2db40c701cfb07 /src/apt+http.protocol | |
parent | f8db2bc0c47be1f72c9393195975f8952b4cc57e (diff) | |
download | tdeio-apt-c5e651b77f1f4beff8273394cb594ecb5652d409.tar.gz tdeio-apt-c5e651b77f1f4beff8273394cb594ecb5652d409.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
(cherry picked from commit 16b53b45b0dd813d3bd554f41bb69d6e61bac996)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/apt+http.protocol')
-rw-r--r-- | src/apt+http.protocol | 2 |
1 files changed, 1 insertions, 1 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 |