diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
commit | 374a04fb516ab6a6101a4cd8fef28407e87fd9ba (patch) | |
tree | 9564f610e1527a55a646316474dadcd899270faf /src | |
parent | d6a90320bc47123e90e9909766c035fb06a3d354 (diff) | |
download | kdiff3-374a04fb516ab6a6101a4cd8fef28407e87fd9ba.tar.gz kdiff3-374a04fb516ab6a6101a4cd8fef28407e87fd9ba.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'src')
-rw-r--r-- | src/kdiff3.desktop | 2 | ||||
-rw-r--r-- | src/kdiff3part.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kdiff3.desktop b/src/kdiff3.desktop index 1bea2a6..3bc1afe 100644 --- a/src/kdiff3.desktop +++ b/src/kdiff3.desktop @@ -49,7 +49,7 @@ Exec=kdiff3 %i %m -caption "%c" Icon=kdiff3 Type=Application Categories=Qt;TDE;Development; -DocPath=kdiff3/index.html +X-DocPath=kdiff3/index.html Comment=A File And Directory Comparison And Merge Tool Comment[ar]=أداة مقارنة و دمج ملفات و دلائل (مجلًدات ) Comment[bg]=Инструмент за сравняване и сливане на файлове и директории diff --git a/src/kdiff3part.desktop b/src/kdiff3part.desktop index 54bdef6..82b4284 100644 --- a/src/kdiff3part.desktop +++ b/src/kdiff3part.desktop @@ -13,6 +13,6 @@ Name[uk]=Комопнент KDiff3 Name[xx]=xxKDiff3Partxx Name[zh_CN]=KDiff3 组件 MimeType=text/x-diff -ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart +X-TDE-ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart X-TDE-Library=libkdiff3part Type=Service |