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 | fd7a824a665cc57443575c3d157b0d9ff1fb2af1 (patch) | |
tree | a64a2c6ca8371101e23b8f5a70e4e0f726d32a4f /kplato | |
parent | a0f523a8b19360d875c4055398dc7191eda08f5d (diff) | |
download | koffice-fd7a824a665cc57443575c3d157b0d9ff1fb2af1.tar.gz koffice-fd7a824a665cc57443575c3d157b0d9ff1fb2af1.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'kplato')
-rw-r--r-- | kplato/kplato.desktop | 2 | ||||
-rw-r--r-- | kplato/kplatopart.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kplato.desktop b/kplato/kplato.desktop index 6163103d..f55731bc 100644 --- a/kplato/kplato.desktop +++ b/kplato/kplato.desktop @@ -59,6 +59,6 @@ MimeType=application/x-vnd.kde.kplato Type=Application Icon=kplato X-TDE-NativeMimeType=application/x-vnd.kde.kplato -DocPath=kplato/index.html +X-DocPath=kplato/index.html Categories=Qt;TDE;Office; X-TDE-StartupNotify=true diff --git a/kplato/kplatopart.desktop b/kplato/kplatopart.desktop index 357494eb..20a23e0e 100644 --- a/kplato/kplatopart.desktop +++ b/kplato/kplatopart.desktop @@ -51,7 +51,7 @@ Name[zh_TW]=KOffice 專案管理元件 X-TDE-Library=libkplatopart MimeType=application/x-vnd.kde.kplato Type=Service -ServiceTypes=KOfficePart,KParts/ReadOnlyPart,KParts/ReadWritePart +X-TDE-ServiceTypes=KOfficePart,KParts/ReadOnlyPart,KParts/ReadWritePart X-TDE-NativeMimeType=application/x-vnd.kde.kplato GenericName=Project Management GenericName[bg]=Управление на проекти |