diff options
author | Michele Calgaro <[email protected]> | 2015-01-24 08:07:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-01-24 08:08:27 +0900 |
commit | e667e63cb810cc9a3c4acdc557ef1ce83f3c2a56 (patch) | |
tree | 379a19f0911b9319c736631e2b897e38edf0d5f4 | |
parent | 31676f819224c2488ef3e5e1c82557bb87aad283 (diff) | |
download | kchmviewer-e667e63cb810cc9a3c4acdc557ef1ce83f3c2a56.tar.gz kchmviewer-e667e63cb810cc9a3c4acdc557ef1ce83f3c2a56.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
(cherry picked from commit a4b0d5280499c641397e760a45afe9cdd59446a7)
Signed-off-by: Michele Calgaro <[email protected]>
-rwxr-xr-x | lib/tdeio-msits/msits.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdeio-msits/msits.protocol b/lib/tdeio-msits/msits.protocol index 8a03aea..835e935 100755 --- a/lib/tdeio-msits/msits.protocol +++ b/lib/tdeio-msits/msits.protocol @@ -22,4 +22,4 @@ Description[ru]=Обработчик ввода-вывода для файлов Description[sv]=En I/O-slav för att visa WinHelp-filer Description[xx]=xxA tdeioslave for displaying WinHelp filesxx Icon=help -DocPath=tdeioslave/msits/index.html +X-DocPath=tdeioslave/msits/index.html |