Skip to content
Snippets Groups Projects
Commit 0f434038 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

add cbr/cbz file type icon, fix #6953

parent 84cd6e03
No related branches found
No related tags found
No related merge requests found
core/img/filetypes/application-x-cbr.png

1.18 KiB

This diff is collapsed.
...@@ -29,10 +29,17 @@ return array( ...@@ -29,10 +29,17 @@ return array(
'avi'=>'video/x-msvideo', 'avi'=>'video/x-msvideo',
'bash' => 'text/x-shellscript', 'bash' => 'text/x-shellscript',
'blend'=>'application/x-blender', 'blend'=>'application/x-blender',
'cb7' => 'application/x-cbr',
'cba' => 'application/x-cbr',
'cbr' => 'application/x-cbr',
'cbt' => 'application/x-cbr',
'cbtc' => 'application/x-cbr',
'cbz' => 'application/x-cbr',
'cc' => 'text/x-c', 'cc' => 'text/x-c',
'cdr' => 'application/coreldraw', 'cdr' => 'application/coreldraw',
'cpp' => 'text/x-c++src', 'cpp' => 'text/x-c++src',
'css'=>'text/css', 'css'=>'text/css',
'cvbdl' => 'application/x-cbr',
'c' => 'text/x-c', 'c' => 'text/x-c',
'c++' => 'text/x-c++src', 'c++' => 'text/x-c++src',
'doc'=>'application/msword', 'doc'=>'application/msword',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment