diff options
| author | 2015-09-11 23:36:47 +0100 | |
|---|---|---|
| committer | 2015-09-11 23:36:47 +0100 | |
| commit | a61abf3c92da8f16df87a423f23db42a6f7edf26 (patch) | |
| tree | b236c4aba03ea7008298e14d186fa446116c6681 /src/modules/raweditor/RawEditorWindow.cpp | |
| parent | Merge pull request #1568 from uNiversaI/Mary-Poppins (diff) | |
| parent | Fix icon assignments in in Editor actions menus (diff) | |
| download | KVIrc-a61abf3c92da8f16df87a423f23db42a6f7edf26.tar.gz KVIrc-a61abf3c92da8f16df87a423f23db42a6f7edf26.tar.bz2 KVIrc-a61abf3c92da8f16df87a423f23db42a6f7edf26.zip | |
Merge pull request #1570 from uNiversaI/Mary-Poppins
Fix icon assignments in in Editor actions menus
Diffstat (limited to 'src/modules/raweditor/RawEditorWindow.cpp')
| -rw-r--r-- | src/modules/raweditor/RawEditorWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/raweditor/RawEditorWindow.cpp b/src/modules/raweditor/RawEditorWindow.cpp index 4ac5d2efa..fe496ca5a 100644 --- a/src/modules/raweditor/RawEditorWindow.cpp +++ b/src/modules/raweditor/RawEditorWindow.cpp @@ -160,11 +160,11 @@ void RawEditorWidget::customContextMenuRequested(const QPoint &pos) __tr2qs_ctx("&Disable Handler","editor"),this,SLOT(toggleCurrentHandlerEnabled())); m_pContextPopup->addAction( - *(g_pIconManager->getSmallIcon(KviIconManager::Quit)), + *(g_pIconManager->getSmallIcon(KviIconManager::Discard)), __tr2qs_ctx("Re&move Handler","editor"), this,SLOT(removeCurrentHandler())); m_pContextPopup->addAction( - *(g_pIconManager->getSmallIcon(KviIconManager::Folder)), + *(g_pIconManager->getSmallIcon(KviIconManager::Floppy)), __tr2qs_ctx("&Export Handler To...","editor"), this,SLOT(exportCurrentHandler())); } else { |
