mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
[UI] Set snb format icon in file type selection dialog.
This commit is contained in:
parent
ba17cb47f6
commit
2ac3cf3549
1 changed files with 1 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ class FileIconProvider(QFileIconProvider):
|
|||
'fb2' : 'fb2',
|
||||
'rtf' : 'rtf',
|
||||
'odt' : 'odt',
|
||||
'snb' : 'snb',
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue