diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-09 16:36:26 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-09 16:36:26 -0600 |
commit | 5de30385db33709d2e104dd02ee3c74a0b6e1c0d (patch) | |
tree | 4feb5894c737a92548e99b8e7deb70f5054f3d58 | |
parent | b7a7142034ff43464fd9e164f69de0588aefacc1 (diff) | |
download | digikam-5de30385db33709d2e104dd02ee3c74a0b6e1c0d.tar.gz digikam-5de30385db33709d2e104dd02ee3c74a0b6e1c0d.zip |
Fix help handbooks not appearing in main handbook table of contents.
-rw-r--r-- | digikam/digikam/digikam.desktop | 2 | ||||
-rw-r--r-- | digikam/showfoto/showfoto.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/digikam/digikam/digikam.desktop b/digikam/digikam/digikam.desktop index 09c77e5..21e454b 100644 --- a/digikam/digikam/digikam.desktop +++ b/digikam/digikam/digikam.desktop @@ -3,7 +3,7 @@ Type=Application Categories=Qt;TDE;Graphics; Exec=digikam -caption "%c" %i Icon=digikam -X-DocPath=digikam/index.html +DocPath=digikam/index.html Name=digiKam Name[et]=DigiKam Name[pa]=ਡਿਜ਼ੀਕੈਮ diff --git a/digikam/showfoto/showfoto.desktop b/digikam/showfoto/showfoto.desktop index 27f6bbb..035936b 100644 --- a/digikam/showfoto/showfoto.desktop +++ b/digikam/showfoto/showfoto.desktop @@ -82,4 +82,4 @@ Type=Application MimeType=image/gif;image/x-xpm;image/x-xbm;image/jpeg;image/png;image/tiff;image/x-bmp;image/x-psd;image/x-eim;image/x-portable-bitmap;image/x-portable-pixmap;image/x-portable-greymap;image/x-raw; Terminal=false Categories=Qt;TDE;Graphics; -X-DocPath=showfoto/index.html +DocPath=showfoto/index.html |