mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 18:03:29 +02:00
Fix #5503 (Add an icon for the RTF file format)
This commit is contained in:
parent
b8af81da10
commit
421475f02a
1 changed files with 1 additions and 0 deletions
|
|
@ -339,6 +339,7 @@ class FileIconProvider(QFileIconProvider):
|
|||
'tan' : 'zero',
|
||||
'epub' : 'epub',
|
||||
'fb2' : 'fb2',
|
||||
'rtf' : 'rtf',
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue