diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-24 08:05:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-24 08:05:44 +0900 |
commit | 1e6aa32f5b83da36d59e3224fcaf84794b77e7b6 (patch) | |
tree | fd209e6c1d377924c2b7065e28348e4e73e8a03c /src/locater.protocol | |
parent | a3f842a32ec06c68f1ec2165c9fbfb2561a46576 (diff) | |
download | tdeio-locate-1e6aa32f5b83da36d59e3224fcaf84794b77e7b6.tar.gz tdeio-locate-1e6aa32f5b83da36d59e3224fcaf84794b77e7b6.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
(cherry picked from commit c211e570f5f1067e7eb1afa3d0f0601bafbe40ae)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/locater.protocol')
-rw-r--r-- | src/locater.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locater.protocol b/src/locater.protocol index 1a7934b..e7f8bf2 100644 --- a/src/locater.protocol +++ b/src/locater.protocol @@ -12,4 +12,4 @@ Description=TDE I/O Slave for the locate command Class=:local # Our very sophisticated documentation -DocPath=tdeio-locate/index.html +X-DocPath=tdeio-locate/index.html |