diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:25 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:25 -0500 |
commit | 4d065be81fc8d312d1d65cb5ec6b0b86e9c72529 (patch) | |
tree | ba9bc8d2e975a234f87cc49b3fd06412aa0b700c /templates | |
parent | f622de3311951b2ab5a5d045edddbd12dbd6806d (diff) | |
download | koffice-4d065be81fc8d312d1d65cb5ec6b0b86e9c72529.tar.gz koffice-4d065be81fc8d312d1d65cb5ec6b0b86e9c72529.zip |
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Illustration.desktop | 2 | ||||
-rw-r--r-- | templates/Presentation.desktop | 2 | ||||
-rw-r--r-- | templates/SpreadSheet.desktop | 2 | ||||
-rw-r--r-- | templates/TextDocument.desktop | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/Illustration.desktop b/templates/Illustration.desktop index 01923d7e..daa2164e 100644 --- a/templates/Illustration.desktop +++ b/templates/Illustration.desktop @@ -105,4 +105,4 @@ Comment[zh_CN]=新建 Karbon14 文档: Comment[zh_TW]=新增 Karbon14 文件: Type=Link URL=.source/Illustration.karbon -Icon=karbon_karbon +Icon=application-x-karbon diff --git a/templates/Presentation.desktop b/templates/Presentation.desktop index 021e4d64..bd12edbb 100644 --- a/templates/Presentation.desktop +++ b/templates/Presentation.desktop @@ -110,4 +110,4 @@ Comment[zh_CN]=新建 KPresenter 演示文档: Comment[zh_TW]=新建 KPresenter 簡報文件: Type=Link URL=.source/Presentation.kpt -Icon=kpresenter_kpr +Icon=application-x-kpresenter diff --git a/templates/SpreadSheet.desktop b/templates/SpreadSheet.desktop index aa5799a2..1d96b8ee 100644 --- a/templates/SpreadSheet.desktop +++ b/templates/SpreadSheet.desktop @@ -113,4 +113,4 @@ Comment[zh_CN]=新建 KSpread 文档: Comment[zh_TW]=新建 KSpread 文件: Type=Link URL=.source/SpreadSheet.kst -Icon=kspread_ksp +Icon=application-x-kspread diff --git a/templates/TextDocument.desktop b/templates/TextDocument.desktop index c0835c81..e57752cf 100644 --- a/templates/TextDocument.desktop +++ b/templates/TextDocument.desktop @@ -115,4 +115,4 @@ Comment[zh_CN]=新建 KWord 文档: Comment[zh_TW]=新建 KWord 文件; Type=Link URL=.source/TextDocument.kwt -Icon=kword_kwd +Icon=x-office-document |