Added icon for DjVu format.

This commit is contained in:
Matt Perry 2011-08-05 09:48:20 -07:00
parent 0ea98fe29f
commit a773f01f16

View File

@ -423,6 +423,8 @@ class FileIconProvider(QFileIconProvider):
'rtf' : 'rtf',
'odt' : 'odt',
'snb' : 'snb',
'djv' : 'djvu',
'djvu' : 'djvu',
}
def __init__(self):