mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:14:36 +02:00
Mimetype icon for docx
This commit is contained in:
parent
48688ff212
commit
89278e3d08
2 changed files with 1 additions and 0 deletions
BIN
resources/images/mimetypes/docx.png
Normal file
BIN
resources/images/mimetypes/docx.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -471,6 +471,7 @@ class FileIconProvider(QFileIconProvider):
|
|||
'djvu' : 'djvu',
|
||||
'xps' : 'xps',
|
||||
'oxps' : 'xps',
|
||||
'docx' : 'docx',
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue