diff options
author | Michele Calgaro <[email protected]> | 2015-01-23 09:14:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-01-23 09:15:19 +0900 |
commit | f9587c343022a393f4e174db53b5b930ce438a0c (patch) | |
tree | 6d1ecbef919e209b12a638aa1e56f911abdc98e1 | |
parent | dc039dc0af763a79c171eedd622233356c7d3e07 (diff) | |
download | bibletime-f9587c343022a393f4e174db53b5b930ce438a0c.tar.gz bibletime-f9587c343022a393f4e174db53b5b930ce438a0c.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
(cherry picked from commit 6ff5274085e9bc529e6e6f093c7614c862f7e064)
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | bibletime.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime.desktop.in b/bibletime.desktop.in index c617dc9..0a1926c 100644 --- a/bibletime.desktop.in +++ b/bibletime.desktop.in @@ -23,4 +23,4 @@ Type=Application X-TDE-SubstituteUID=false X-TDE-Username= Categories=X-Bible;X-Religion;Literature;Art;Education;Utility;TDE;QT -DocPath=bibletime/handbook/index.html +X-DocPath=bibletime/handbook/index.html |