diff options
| author | 2015-12-09 14:53:01 +0000 | |
|---|---|---|
| committer | 2015-12-09 14:53:01 +0000 | |
| commit | 461959ed106277095ddf270e882e6c7fd946b20b (patch) | |
| tree | 972b88045fb804614b896ac88fbdc5df85da4364 /src/modules/list/ListWindow.cpp | |
| parent | The Last of the Mohicans: capitalize this also and get a new pair of eyes (diff) | |
| download | KVIrc-461959ed106277095ddf270e882e6c7fd946b20b.tar.gz KVIrc-461959ed106277095ddf270e882e6c7fd946b20b.tar.bz2 KVIrc-461959ed106277095ddf270e882e6c7fd946b20b.zip | |
ListWindow: more obvious icon for list requesting (refresh/update)
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 1213c39c5..9f02d7664 100644 --- a/src/modules/list/ListWindow.cpp +++ b/src/modules/list/ListWindow.cpp @@ -213,7 +213,7 @@ ListWindow::ListWindow(KviConsoleWindow * lpConsole) m_pRequestButton = new QToolButton(pBox); m_pRequestButton->setObjectName("request_button"); m_pRequestButton->setIconSize(QSize(16,16)); - m_pRequestButton->setIcon(QIcon(*(g_pIconManager->getSmallIcon(KviIconManager::List)))); + m_pRequestButton->setIcon(QIcon(*(g_pIconManager->getSmallIcon(KviIconManager::Update)))); KviTalToolTip::add(m_pRequestButton,__tr2qs("Request List")); connect(m_pRequestButton,SIGNAL(clicked()),this,SLOT(requestList())); |
