mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use the correct iconf or ToC in the conversion dialog
This commit is contained in:
parent
c89a61234e
commit
d0491f07c2
@ -16,7 +16,7 @@ from calibre.utils.localization import localize_user_manual_link
|
|||||||
class TOCWidget(Widget, Ui_Form):
|
class TOCWidget(Widget, Ui_Form):
|
||||||
|
|
||||||
TITLE = _('Table of\nContents')
|
TITLE = _('Table of\nContents')
|
||||||
ICON = I('series.png')
|
ICON = I('toc.png')
|
||||||
HELP = _('Control the creation/conversion of the Table of Contents.')
|
HELP = _('Control the creation/conversion of the Table of Contents.')
|
||||||
COMMIT_NAME = 'toc'
|
COMMIT_NAME = 'toc'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user