Recognize image/vnd.adobe.photoshop instead of image/x-psd

REVIEW: 125790
This commit is contained in:
Kai Uwe Broulik 2015-11-07 13:27:42 +01:00
parent 814c7a2b30
commit f2adcb81d1
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
Type=Service
X-KDE-ServiceTypes=QImageIOPlugins
X-KDE-ImageFormat=psd
X-KDE-MimeType=image/x-psd
X-KDE-MimeType=image/vnd.adobe.photoshop
X-KDE-Read=true
X-KDE-Write=false

View File

@ -1,4 +1,4 @@
{
"Keys": [ "psd" ],
"MimeTypes": [ "image/x-psd" ]
"MimeTypes": [ "image/vnd.adobe.photoshop" ]
}