aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/PopupEditorWindow.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-01-08 14:27:27 +0000
committerGravatar un1versal2016-01-08 14:27:27 +0000
commit30d426306bd04407480b2521167e4d008837f2b0 (patch)
tree44403fb746b4760031bb056dd412a6bac7e7b69d /src/modules/popupeditor/PopupEditorWindow.cpp
parentadd serverconfiguration matching coresmall and kvibigicon icons (diff)
downloadKVIrc-30d426306bd04407480b2521167e4d008837f2b0.tar.gz
KVIrc-30d426306bd04407480b2521167e4d008837f2b0.tar.bz2
KVIrc-30d426306bd04407480b2521167e4d008837f2b0.zip
Floppy icon rename to -> Save and fix assignments
Diffstat (limited to 'src/modules/popupeditor/PopupEditorWindow.cpp')
-rw-r--r--src/modules/popupeditor/PopupEditorWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/popupeditor/PopupEditorWindow.cpp b/src/modules/popupeditor/PopupEditorWindow.cpp
index 0d0b67339..39fca6b13 100644
--- a/src/modules/popupeditor/PopupEditorWindow.cpp
+++ b/src/modules/popupeditor/PopupEditorWindow.cpp
@@ -1153,7 +1153,7 @@ void PopupEditorWidget::customContextMenuRequested(const QPoint &pos)
->setEnabled(it);
m_pContextPopup->addAction(
- *(g_pIconManager->getSmallIcon(KviIconManager::Floppy)),
+ *(g_pIconManager->getSmallIcon(KviIconManager::Save)),
__tr2qs_ctx("&Export Popup to...","editor"),
this,SLOT(exportCurrentPopup()))
->setEnabled(it);