added vcards to the mimetype fix list and renamed the icon for vcards

This commit is contained in:
Georg Ehrke 2012-01-15 11:02:08 +01:00
parent ec3955b158
commit 9c04858631
2 changed files with 2 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 533 B

View File

@ -9,4 +9,6 @@ return array(
'odp'=>'application/vnd.oasis.opendocument.presentation',
'pl'=>'text/x-script.perl',
'py'=>'text/x-script.phyton',
'vcf' => 'text/vcard',
'vcard' => 'text/vcard'
);