[UI] Set snb format icon in file type selection dialog.

This commit is contained in:
Li Fanxi 2010-10-18 13:56:10 +08:00
parent ba17cb47f6
commit 2ac3cf3549

View File

@ -399,6 +399,7 @@ class FileIconProvider(QFileIconProvider):
'fb2' : 'fb2', 'fb2' : 'fb2',
'rtf' : 'rtf', 'rtf' : 'rtf',
'odt' : 'odt', 'odt' : 'odt',
'snb' : 'snb',
} }
def __init__(self): def __init__(self):