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/list/ListWindow.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/list/ListWindow.cpp')
| -rw-r--r-- | src/modules/list/ListWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/list/ListWindow.cpp b/src/modules/list/ListWindow.cpp index 1558a929b..e856e67cb 100644 --- a/src/modules/list/ListWindow.cpp +++ b/src/modules/list/ListWindow.cpp @@ -206,7 +206,7 @@ ListWindow::ListWindow(KviConsoleWindow * lpConsole) m_pSaveButton = new QToolButton(pBox); m_pSaveButton->setObjectName("export_list"); m_pSaveButton->setIconSize(QSize(16,16)); - m_pSaveButton->setIcon(QIcon(*(g_pIconManager->getSmallIcon(KviIconManager::Floppy)))); + m_pSaveButton->setIcon(QIcon(*(g_pIconManager->getSmallIcon(KviIconManager::Save)))); KviTalToolTip::add(m_pSaveButton,__tr2qs("Export list")); connect(m_pSaveButton,SIGNAL(clicked()),this,SLOT(exportList())); |
