diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:17 -0500 |
commit | 0e1dc8999869a7376031f7cb4fe09d89da1385bb (patch) | |
tree | 4faa2610a75d375b185eafb8c8b94bbe10993913 | |
parent | bfdb00bffa24bfd0f4fb3321f01abb891bf94aa9 (diff) | |
download | kchmviewer-0e1dc8999869a7376031f7cb4fe09d89da1385bb.tar.gz kchmviewer-0e1dc8999869a7376031f7cb4fe09d89da1385bb.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | lib/tdeio-msits/kchmviewer.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdeio-msits/kchmviewer.desktop b/lib/tdeio-msits/kchmviewer.desktop index 83dd1cc..a011e8f 100644 --- a/lib/tdeio-msits/kchmviewer.desktop +++ b/lib/tdeio-msits/kchmviewer.desktop @@ -9,4 +9,4 @@ Name=KchmViewer GenericName=CHM (MS-Help) Viewer Comment=A viewer for CHM (MS-Help) files MimeType=application/chm -DocPath=kchmviewer/index.html +X-DocPath=kchmviewer/index.html |