diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:23 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:23 -0500 |
commit | 8d323d590c780918828ae37788be66f7063eda67 (patch) | |
tree | fd1ada6fa7643d246565870c8cad797ee5c7c154 /tderesources/kolab | |
parent | 29ede8faff3fcc97694ef70a7cffa8fbc70c0ca5 (diff) | |
download | tdepim-8d323d590c780918828ae37788be66f7063eda67.tar.gz tdepim-8d323d590c780918828ae37788be66f7063eda67.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'tderesources/kolab')
-rw-r--r-- | tderesources/kolab/kcal/kolab.desktop | 2 | ||||
-rw-r--r-- | tderesources/kolab/knotes/kolabresource.desktop | 2 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/kolab.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/kolab/kcal/kolab.desktop b/tderesources/kolab/kcal/kolab.desktop index 861013899..a2355a394 100644 --- a/tderesources/kolab/kcal/kolab.desktop +++ b/tderesources/kolab/kcal/kolab.desktop @@ -47,6 +47,6 @@ Name[zh_CN]=通过 KMail 访问 IMAP 服务器上的日历 Name[zh_TW]=透過 KMail 取得 IMAP 伺服器上的行事曆 X-TDE-Library=kcal_kolab Type=Service -ServiceTypes=TDEResources/Plugin +X-TDE-ServiceTypes=TDEResources/Plugin X-TDE-ResourceFamily=calendar X-TDE-ResourceType=imap diff --git a/tderesources/kolab/knotes/kolabresource.desktop b/tderesources/kolab/knotes/kolabresource.desktop index c376e6590..8cdf00afa 100644 --- a/tderesources/kolab/knotes/kolabresource.desktop +++ b/tderesources/kolab/knotes/kolabresource.desktop @@ -47,6 +47,6 @@ Name[zh_CN]=通过 KMail 访问 IMAP 服务器 Name[zh_TW]=透過 KMail 取得 IMAP 伺服器 X-TDE-Library=knotes_kolab Type=Service -ServiceTypes=TDEResources/Plugin +X-TDE-ServiceTypes=TDEResources/Plugin X-TDE-ResourceFamily=notes X-TDE-ResourceType=imap diff --git a/tderesources/kolab/tdeabc/kolab.desktop b/tderesources/kolab/tdeabc/kolab.desktop index e58a91d3d..ca9713dc7 100644 --- a/tderesources/kolab/tdeabc/kolab.desktop +++ b/tderesources/kolab/tdeabc/kolab.desktop @@ -47,6 +47,6 @@ Name[zh_CN]=通过 KMail 访问 IMAP 服务器上的地址簿 Name[zh_TW]=透過 KMail 取得 IMAP 伺服器上的通訊錄 X-TDE-Library=tdeabc_kolab Type=Service -ServiceTypes=TDEResources/Plugin +X-TDE-ServiceTypes=TDEResources/Plugin X-TDE-ResourceFamily=contact X-TDE-ResourceType=imap |