diff options
author | Michele Calgaro <[email protected]> | 2015-01-24 08:00:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-01-24 08:00:35 +0900 |
commit | 23ca51470186eb44a73edf7d35f59890edc8ef9f (patch) | |
tree | dd717f3c7966e86951583789e1572dc4203a0333 | |
parent | 516bc79fdeed460afc54e4dfc2264b462f4feb2b (diff) | |
download | kdiff3-23ca51470186eb44a73edf7d35f59890edc8ef9f.tar.gz kdiff3-23ca51470186eb44a73edf7d35f59890edc8ef9f.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kdiff3plugin/kdiff3plugin.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdiff3plugin/kdiff3plugin.desktop b/kdiff3plugin/kdiff3plugin.desktop index a1ade19..d526f41 100644 --- a/kdiff3plugin/kdiff3plugin.desktop +++ b/kdiff3plugin/kdiff3plugin.desktop @@ -4,4 +4,4 @@ Type=Application Name=Compare/Merge Files/Directories with KDiff3 Icon=kdiff3 X-TDE-ParentApp=konqueror -#DocPath=konq-plugins/kdiff3plugin/index.html +#X-DocPath=konq-plugins/kdiff3plugin/index.html |