Added missing icon.

This commit is contained in:
Martin Rotter 2015-05-02 20:07:51 +02:00
parent df463338e6
commit bc2751eda1
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -115,7 +115,7 @@ void MessagesToolBar::initializeSearchBox() {
// Setup wrapping action for search box.
m_actionSearchMessages = new QWidgetAction(this);
m_actionSearchMessages->setDefaultWidget(m_txtSearchMessages);
m_actionSearchMessages->setIcon(qApp->icons()->fromTheme("application-search"));
m_actionSearchMessages->setIcon(qApp->icons()->fromTheme("item-search"));
m_actionSearchMessages->setProperty("type", SEACRH_MESSAGES_ACTION_NAME);
m_actionSearchMessages->setProperty("name", tr("Message search box"));