diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 21:25:15 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 21:25:15 -0600 |
commit | 1515a72ef4a2b1fac020f21a915131c7653f6ce6 (patch) | |
tree | a04e9863c1c04c51d85fe9c16e9d81a3469b2752 /tar | |
parent | ecb37d4289d91c1fc9af4b821cf5d4da3c6b9a65 (diff) | |
download | krusader-1515a72ef4a2b1fac020f21a915131c7653f6ce6.tar.gz krusader-1515a72ef4a2b1fac020f21a915131c7653f6ce6.zip |
Update DocPath in protocol files.
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 61779db..f149970 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.html +DocPath=tdeioslave/ar/index.html Icon=ar Class=:local diff --git a/tar/tar.protocol b/tar/tar.protocol index 83d5fa6..79c9ae1 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.html +DocPath=tdeioslave/tar/index.html Icon=tar Class=:local diff --git a/tar/zip.protocol b/tar/zip.protocol index b16f820..75a20dc 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.html +DocPath=tdeioslave/zip/index.html Icon=zip Class=:local |