Remove duplicated mime types from json files

Qt expects a bijection between keys and mime types.
This commit is contained in:
Alexander Volkov 2018-05-25 14:32:11 +03:00
parent a4d1f4db1d
commit 813a7bdddb
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
{ {
"Keys": [ "kra" ], "Keys": [ "kra" ],
"MimeTypes": [ "application/x-krita", "application/x-krita" ] "MimeTypes": [ "application/x-krita" ]
} }

View File

@ -1,5 +1,4 @@
{ {
"Keys": [ "ora" ], "Keys": [ "ora" ],
"MimeTypes": [ "image/openraster", "image/openraster" ] "MimeTypes": [ "image/openraster" ]
} }