From bffda14362a9c3be547aa5f9585174ab3f069802 Mon Sep 17 00:00:00 2001 From: un1versal Date: Mon, 21 Dec 2015 08:46:31 +0000 Subject: assign toolbar icon and update reassignments for toobareditor there you go @swarfega Lets not give swarfega a reason to be unhappy and moan. :D --- src/modules/toolbareditor/CustomizeToolBarsDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/toolbareditor/CustomizeToolBarsDialog.cpp') diff --git a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp index a1fe26078..1dc736347 100644 --- a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp +++ b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp @@ -135,7 +135,7 @@ CustomToolBarPropertiesDialog::CustomToolBarPropertiesDialog(QWidget * p,const Q m_szLabel = szLabel; setWindowTitle(__tr2qs_ctx("Toolbar Properties","editor")); - setWindowIcon(QIcon(*(g_pIconManager->getSmallIcon(KviIconManager::ToolBar)))); + setWindowIcon(QIcon(*(g_pIconManager->getSmallIcon(KviIconManager::ToolBarEditor)))); setModal(true); QGridLayout * g = new QGridLayout(this); @@ -293,7 +293,7 @@ CustomizeToolBarsDialog::CustomizeToolBarsDialog(QWidget * p) { setObjectName("Toolbar_editor"); setWindowTitle(__tr2qs_ctx("Customize Toolbars","editor")); - setWindowIcon(*(g_pIconManager->getSmallIcon(KviIconManager::ToolBar))); + setWindowIcon(*(g_pIconManager->getSmallIcon(KviIconManager::ToolBarEditor))); m_pInstance = this; -- cgit v1.3.1-10-gc9f91