mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:53:29 +02:00
Use the correct iconf or ToC in the conversion dialog
This commit is contained in:
parent
c89a61234e
commit
d0491f07c2
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
class TOCWidget(Widget, Ui_Form):
|
||||
|
||||
TITLE = _('Table of\nContents')
|
||||
ICON = I('series.png')
|
||||
ICON = I('toc.png')
|
||||
HELP = _('Control the creation/conversion of the Table of Contents.')
|
||||
COMMIT_NAME = 'toc'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue