Mimetype icon for docx

This commit is contained in:
Kovid Goyal 2012-06-01 17:12:32 +05:30
parent 48688ff212
commit 89278e3d08
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -471,6 +471,7 @@ class FileIconProvider(QFileIconProvider):
'djvu' : 'djvu',
'xps' : 'xps',
'oxps' : 'xps',
'docx' : 'docx',
}
def __init__(self):