From 30d426306bd04407480b2521167e4d008837f2b0 Mon Sep 17 00:00:00 2001 From: un1versal Date: Fri, 8 Jan 2016 14:27:27 +0000 Subject: Floppy icon rename to -> Save and fix assignments --- src/modules/classeditor/ClassEditorWindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/classeditor/ClassEditorWindow.cpp') diff --git a/src/modules/classeditor/ClassEditorWindow.cpp b/src/modules/classeditor/ClassEditorWindow.cpp index ea92889e3..740061c5a 100644 --- a/src/modules/classeditor/ClassEditorWindow.cpp +++ b/src/modules/classeditor/ClassEditorWindow.cpp @@ -919,20 +919,20 @@ void ClassEditorWidget::customContextMenuRequested(QPoint pnt) m_pContextPopup->addSeparator(); m_pContextPopup->addAction( - *(g_pIconManager->getSmallIcon(KviIconManager::Floppy)), + *(g_pIconManager->getSmallIcon(KviIconManager::Save)), __tr2qs_ctx("Export Selected...","editor"), this,SLOT(exportSelected())); pAction->setEnabled(bHasSelected); m_pContextPopup->addAction( - *(g_pIconManager->getSmallIcon(KviIconManager::Floppy)), + *(g_pIconManager->getSmallIcon(KviIconManager::Save)), __tr2qs_ctx("Export Selected in Single Files...","editor"), this,SLOT(exportSelectedSepFiles())); pAction->setEnabled(bHasSelected); m_pContextPopup->addAction( - *(g_pIconManager->getSmallIcon(KviIconManager::Floppy)), + *(g_pIconManager->getSmallIcon(KviIconManager::Save)), __tr2qs_ctx("Export All...","editor"), this,SLOT(exportAll())); pAction->setEnabled(bHasItems); -- cgit v1.3.1-10-gc9f91