From d0491f07c2e7956ee12537ec62e4b6245ab157f7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Nov 2016 09:40:28 +0530 Subject: [PATCH] Use the correct iconf or ToC in the conversion dialog --- src/calibre/gui2/convert/toc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/convert/toc.py b/src/calibre/gui2/convert/toc.py index b981481506..f2ebdc0956 100644 --- a/src/calibre/gui2/convert/toc.py +++ b/src/calibre/gui2/convert/toc.py @@ -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'