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 | a1155443640efe9db201c47cc0bf280f1a3dffa5 (patch) | |
tree | 90425e5d6ddd158a870b0d3a47b24f38d7289fa4 /kmplot | |
parent | 9a79f045fc413c4edcfe4635b9f0b44a9b35e153 (diff) | |
download | tdeedu-a1155443640efe9db201c47cc0bf280f1a3dffa5.tar.gz tdeedu-a1155443640efe9db201c47cc0bf280f1a3dffa5.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/kmplot.desktop | 2 | ||||
-rw-r--r-- | kmplot/kmplot/kmplot_part.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/kmplot.desktop b/kmplot/kmplot/kmplot.desktop index 93858e90..8bebafb0 100644 --- a/kmplot/kmplot/kmplot.desktop +++ b/kmplot/kmplot/kmplot.desktop @@ -2,7 +2,7 @@ Type=Application Exec=kmplot Icon=kmplot -DocPath=kmplot/index.html +X-DocPath=kmplot/index.html Comment=Function Plotter Comment[af]=Funksieplotter Comment[ar]=مخطط وظيفة diff --git a/kmplot/kmplot/kmplot_part.desktop b/kmplot/kmplot/kmplot_part.desktop index 423de9ff..f7f329ed 100644 --- a/kmplot/kmplot/kmplot_part.desktop +++ b/kmplot/kmplot/kmplot_part.desktop @@ -10,6 +10,6 @@ Name[sv]=Kmplot-delprogram Name[ta]=கேஎம்பிளாட்பகுதி Name[vi]=Phần Đồ thị K MimeType=application/x-kmplot -ServiceTypes=KParts/ReadOnlyPart +X-TDE-ServiceTypes=KParts/ReadOnlyPart X-TDE-Library=libkmplotpart Type=Service |