Use the correct iconf or ToC in the conversion dialog

This commit is contained in:
Kovid Goyal 2016-11-03 09:40:28 +05:30
parent c89a61234e
commit d0491f07c2

View File

@ -16,7 +16,7 @@ from calibre.utils.localization import localize_user_manual_link
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'