diff options
| author | 2016-01-12 02:28:30 +0000 | |
|---|---|---|
| committer | 2016-01-12 03:28:56 +0000 | |
| commit | 88e1943e750411fea8436a98d17cfbba70f49417 (patch) | |
| tree | 16e737920f88370271129f6005355ab332b0a40c /src/modules/popupeditor/PopupEditorWindow.cpp | |
| parent | themes: fix and add new icons assignments (diff) | |
| download | KVIrc-88e1943e750411fea8436a98d17cfbba70f49417.tar.gz KVIrc-88e1943e750411fea8436a98d17cfbba70f49417.tar.bz2 KVIrc-88e1943e750411fea8436a98d17cfbba70f49417.zip | |
editor windows: show correct icons in treeview when editor windows are open
Diffstat (limited to 'src/modules/popupeditor/PopupEditorWindow.cpp')
| -rw-r--r-- | src/modules/popupeditor/PopupEditorWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/popupeditor/PopupEditorWindow.cpp b/src/modules/popupeditor/PopupEditorWindow.cpp index 39fca6b13..eb87c8f61 100644 --- a/src/modules/popupeditor/PopupEditorWindow.cpp +++ b/src/modules/popupeditor/PopupEditorWindow.cpp @@ -1419,7 +1419,7 @@ void PopupEditorWindow::cancelClicked() QPixmap * PopupEditorWindow::myIconPtr() { - return g_pIconManager->getSmallIcon(KviIconManager::Popup); + return g_pIconManager->getSmallIcon(KviIconManager::PopupEditor); } void PopupEditorWindow::fillCaptionBuffers() |
