diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:25 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:25 -0500 |
commit | af947ca8fc9e4b6ab779332dff79d72123f7fb37 (patch) | |
tree | 634c508ce4e1d6a5c9c45684217a2da03f9ca926 /kimagemapeditor | |
parent | c21f94f7ec40824f2ce209234bc0d95c38d49288 (diff) | |
download | tdewebdev-af947ca8fc9e4b6ab779332dff79d72123f7fb37.tar.gz tdewebdev-af947ca8fc9e4b6ab779332dff79d72123f7fb37.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'kimagemapeditor')
-rw-r--r-- | kimagemapeditor/kimagemapeditor.desktop | 2 | ||||
-rw-r--r-- | kimagemapeditor/kimagemapeditorpart.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kimagemapeditor/kimagemapeditor.desktop b/kimagemapeditor/kimagemapeditor.desktop index 13ac0084..bef5e0bc 100644 --- a/kimagemapeditor/kimagemapeditor.desktop +++ b/kimagemapeditor/kimagemapeditor.desktop @@ -4,7 +4,7 @@ MimeType=text/html; Exec=kimagemapeditor -caption "%c" %i %m Icon=kimagemapeditor Terminal=false -DocPath=kimagemapeditor/index.html +X-DocPath=kimagemapeditor/index.html Name=KImageMapEditor Name[ne]=केडीई छवि मानचित्र सम्पादक Name[pt_BR]=KEditor de Mapeamento de Imagem diff --git a/kimagemapeditor/kimagemapeditorpart.desktop b/kimagemapeditor/kimagemapeditorpart.desktop index 6c0240a7..2eb35bab 100644 --- a/kimagemapeditor/kimagemapeditorpart.desktop +++ b/kimagemapeditor/kimagemapeditorpart.desktop @@ -2,7 +2,7 @@ Type=Service MimeType=text/html Icon=kimagemapeditor -ServiceTypes=KParts/ReadWritePart +X-TDE-ServiceTypes=KParts/ReadWritePart X-TDE-Library=libkimagemapeditor Comment=An HTML imagemap editor Comment[bg]=Редактор на маркирания на изображения за HTML |