diff options
| author | 2015-12-21 08:46:31 +0000 | |
|---|---|---|
| committer | 2015-12-21 11:25:21 +0000 | |
| commit | bffda14362a9c3be547aa5f9585174ab3f069802 (patch) | |
| tree | ddd273ebb29125bd5231a22da2d45f190af665b0 /src/modules | |
| parent | add toolbar icon rename toolbar icon -> toolbar editor (diff) | |
| download | KVIrc-bffda14362a9c3be547aa5f9585174ab3f069802.tar.gz KVIrc-bffda14362a9c3be547aa5f9585174ab3f069802.tar.bz2 KVIrc-bffda14362a9c3be547aa5f9585174ab3f069802.zip | |
assign toolbar icon and update reassignments for toobareditor
there you go @swarfega
Lets not give swarfega a reason to be unhappy and moan. :D
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/toolbareditor/CustomizeToolBarsDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
