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 /korganizer/plugins/printing | |
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 'korganizer/plugins/printing')
4 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/plugins/printing/journal/journalprint.desktop b/korganizer/plugins/printing/journal/journalprint.desktop index 63a4aaad..61b3dac0 100644 --- a/korganizer/plugins/printing/journal/journalprint.desktop +++ b/korganizer/plugins/printing/journal/journalprint.desktop @@ -88,6 +88,6 @@ Comment[uk]=Цей журнал надає можливість друкуват Comment[zh_CN]=此插件允许您打印日记项目。 Comment[zh_TW]=此外掛程式讓您印出日誌項目。 Type=Service -ServiceTypes=Calendar/Plugin,KOrganizer/PrintPlugin +X-TDE-ServiceTypes=Calendar/Plugin,KOrganizer/PrintPlugin X-TDE-KOrganizer-HasSettings=false X-TDE-PluginInterfaceVersion=2 diff --git a/korganizer/plugins/printing/list/listprint.desktop b/korganizer/plugins/printing/list/listprint.desktop index 77c8781d..e7ef3d7b 100644 --- a/korganizer/plugins/printing/list/listprint.desktop +++ b/korganizer/plugins/printing/list/listprint.desktop @@ -88,6 +88,6 @@ Comment[uk]=Цей втулок дозволяє друкувати події Comment[zh_CN]=此插件允许您以列表格式打印事件和待办事宜。 Comment[zh_TW]=此外掛程式允許您以清單格式印出事件與待辦事項。 Type=Service -ServiceTypes=Calendar/Plugin,KOrganizer/PrintPlugin +X-TDE-ServiceTypes=Calendar/Plugin,KOrganizer/PrintPlugin X-TDE-KOrganizer-HasSettings=false X-TDE-PluginInterfaceVersion=2 diff --git a/korganizer/plugins/printing/whatsnext/whatsnextprint.desktop b/korganizer/plugins/printing/whatsnext/whatsnextprint.desktop index f90ecdbd..79dde69a 100644 --- a/korganizer/plugins/printing/whatsnext/whatsnextprint.desktop +++ b/korganizer/plugins/printing/whatsnext/whatsnextprint.desktop @@ -88,6 +88,6 @@ Comment[uk]=Цей втулок дозволяє друкувати список Comment[zh_CN]=此插件允许您打印所有即将到达的事件和代办事宜。 Comment[zh_TW]=此外掛程式允許您印出即將發生的事件與待辦事項清單。 Type=Service -ServiceTypes=Calendar/Plugin,KOrganizer/PrintPlugin +X-TDE-ServiceTypes=Calendar/Plugin,KOrganizer/PrintPlugin X-TDE-KOrganizer-HasSettings=false X-TDE-PluginInterfaceVersion=2 diff --git a/korganizer/plugins/printing/year/yearprint.desktop b/korganizer/plugins/printing/year/yearprint.desktop index c08bdd45..ad0f518d 100644 --- a/korganizer/plugins/printing/year/yearprint.desktop +++ b/korganizer/plugins/printing/year/yearprint.desktop @@ -77,6 +77,6 @@ Comment[uk]=Цей журнал надає можливість друкуват Comment[zh_CN]=此插件允许您打印年历。 Comment[zh_TW]=此外掛程式讓您印出年曆。 Type=Service -ServiceTypes=Calendar/Plugin,KOrganizer/PrintPlugin +X-TDE-ServiceTypes=Calendar/Plugin,KOrganizer/PrintPlugin X-TDE-KOrganizer-HasSettings=false X-TDE-PluginInterfaceVersion=2 |