as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype.

This commit is contained in:
Nils Jansen 2012-03-23 13:34:07 +01:00
parent 82b54938e3
commit 7ed8f39744
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B

View File

@ -16,5 +16,6 @@ return array(
'xls'=>'application/msexcel',
'xlsx'=>'application/msexcel',
'ppt'=>'application/mspowerpoint',
'pptx'=>'application/mspowerpoint'
'pptx'=>'application/mspowerpoint',
'sgf' => 'application/sgf'
);