diff options
| author | 2016-01-08 14:27:27 +0000 | |
|---|---|---|
| committer | 2016-01-08 14:27:27 +0000 | |
| commit | 30d426306bd04407480b2521167e4d008837f2b0 (patch) | |
| tree | 44403fb746b4760031bb056dd412a6bac7e7b69d /src/modules/logview/LogViewWindow.cpp | |
| parent | add serverconfiguration matching coresmall and kvibigicon icons (diff) | |
| download | KVIrc-30d426306bd04407480b2521167e4d008837f2b0.tar.gz KVIrc-30d426306bd04407480b2521167e4d008837f2b0.tar.bz2 KVIrc-30d426306bd04407480b2521167e4d008837f2b0.zip | |
Floppy icon rename to -> Save and fix assignments
Diffstat (limited to 'src/modules/logview/LogViewWindow.cpp')
| -rw-r--r-- | src/modules/logview/LogViewWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/logview/LogViewWindow.cpp b/src/modules/logview/LogViewWindow.cpp index 998237e1f..14baf39f6 100644 --- a/src/modules/logview/LogViewWindow.cpp +++ b/src/modules/logview/LogViewWindow.cpp @@ -447,7 +447,7 @@ void LogViewWindow::rightButtonClicked(QTreeWidgetItem * pItem, const QPoint &) //pPopup->addAction(*(g_pIconManager->getSmallIcon(KviIconManager::UserList)),__tr2qs_ctx("Export all log files to","log"),m_pExportLogPopup); pPopup->addAction(*(g_pIconManager->getSmallIcon(KviIconManager::Discard)),__tr2qs_ctx("Remove All Log Files Within This Folder","log"),this,SLOT(deleteCurrent())); } else { - pPopup->addAction(*(g_pIconManager->getSmallIcon(KviIconManager::Floppy)),__tr2qs_ctx("Export Log File to","log"))->setMenu(m_pExportLogPopup); + pPopup->addAction(*(g_pIconManager->getSmallIcon(KviIconManager::Save)),__tr2qs_ctx("Export Log File to","log"))->setMenu(m_pExportLogPopup); pPopup->addAction(*(g_pIconManager->getSmallIcon(KviIconManager::Discard)),__tr2qs_ctx("Remove Log File","log"),this,SLOT(deleteCurrent())); } |
