Fix #5503 (Add an icon for the RTF file format)

This commit is contained in:
Kovid Goyal 2010-05-15 10:58:00 -06:00
parent b8af81da10
commit 421475f02a

View File

@ -339,6 +339,7 @@ class FileIconProvider(QFileIconProvider):
'tan' : 'zero', 'tan' : 'zero',
'epub' : 'epub', 'epub' : 'epub',
'fb2' : 'fb2', 'fb2' : 'fb2',
'rtf' : 'rtf',
} }
def __init__(self): def __init__(self):