diff options
author | Michele Calgaro <[email protected]> | 2015-01-23 09:07:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-01-23 09:07:43 +0900 |
commit | a6adf83f90155172befdde3b1ff7ea42b801b0f6 (patch) | |
tree | 3b906f25b2aa357fe6a12040df75caac82e37fff /tar | |
parent | a1f74200260b6a068101e36c9114ab9849a8eea9 (diff) | |
download | krusader-a6adf83f90155172befdde3b1ff7ea42b801b0f6.tar.gz krusader-a6adf83f90155172befdde3b1ff7ea42b801b0f6.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tar')
-rw-r--r-- | tar/ar.protocol | 2 | ||||
-rw-r--r-- | tar/tar.protocol | 2 | ||||
-rw-r--r-- | tar/zip.protocol | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tar/ar.protocol b/tar/ar.protocol index f149970..f274f0b 100644 --- a/tar/ar.protocol +++ b/tar/ar.protocol @@ -7,6 +7,6 @@ output=filesystem listing=Name,Type,Size,Date,Access,Owner,Group,Link reading=true source=true -DocPath=tdeioslave/ar/index.html +X-DocPath=tdeioslave/ar/index.html Icon=ar Class=:local diff --git a/tar/tar.protocol b/tar/tar.protocol index 41d5f99..a72791e 100644 --- a/tar/tar.protocol +++ b/tar/tar.protocol @@ -7,6 +7,6 @@ output=filesystem listing=Name,Type,Size,Date,Access,Owner,Group,Link reading=true source=true -DocPath=tdeioslave/tar/index.html +X-DocPath=tdeioslave/tar/index.html Icon=application-x-tar Class=:local diff --git a/tar/zip.protocol b/tar/zip.protocol index 15e2bb0..e796e39 100644 --- a/tar/zip.protocol +++ b/tar/zip.protocol @@ -7,6 +7,6 @@ output=filesystem listing=Name,Type,Size,Date,Access,Owner,Group,Link reading=true source=true -DocPath=tdeioslave/zip/index.html +X-DocPath=tdeioslave/zip/index.html Icon=application-vnd.tde.overlay.zip Class=:local |