diff options
author | Michele Calgaro <[email protected]> | 2015-01-24 08:10:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-01-24 08:10:25 +0900 |
commit | e6a23cde552bb1265be062e3b15764f5e9bb3d4d (patch) | |
tree | c37f52729d4390d1683a9df6a54102ef0786dc0b /src | |
parent | 6d1350796cd43ee280332feae12fcfabd088cd3c (diff) | |
download | kvpnc-e6a23cde552bb1265be062e3b15764f5e9bb3d4d.tar.gz kvpnc-e6a23cde552bb1265be062e3b15764f5e9bb3d4d.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/pcf.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcf.protocol b/src/pcf.protocol index a2588c0..0d7c284 100644 --- a/src/pcf.protocol +++ b/src/pcf.protocol @@ -10,4 +10,4 @@ writing=false makedir=false deleting=false Icon=kvpnc -DocPath=tdeioslave/pcf/index.html +X-DocPath=tdeioslave/pcf/index.html |