Mimetype icons for CBR and CBZ

This commit is contained in:
Kovid Goyal 2012-11-26 11:40:52 +05:30
parent 66c730a996
commit a725a95c69
3 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -466,6 +466,8 @@ class FileIconProvider(QFileIconProvider):
'gif' : 'gif', 'gif' : 'gif',
'png' : 'png', 'png' : 'png',
'bmp' : 'bmp', 'bmp' : 'bmp',
'cbz' : 'cbz',
'cbr' : 'cbr',
'svg' : 'svg', 'svg' : 'svg',
'html' : 'html', 'html' : 'html',
'htmlz' : 'html', 'htmlz' : 'html',