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/raweditor/RawEditorWindow.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/raweditor/RawEditorWindow.cpp')
| -rw-r--r-- | src/modules/raweditor/RawEditorWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/raweditor/RawEditorWindow.cpp b/src/modules/raweditor/RawEditorWindow.cpp index bd78635c8..006f94063 100644 --- a/src/modules/raweditor/RawEditorWindow.cpp +++ b/src/modules/raweditor/RawEditorWindow.cpp @@ -516,7 +516,7 @@ void RawEditorWindow::cancelClicked() QPixmap * RawEditorWindow::myIconPtr() { - return g_pIconManager->getSmallIcon(KviIconManager::RawEvent); + return g_pIconManager->getSmallIcon(KviIconManager::RawEventEditor); } void RawEditorWindow::fillCaptionBuffers() |
