Added missing icon.
This commit is contained in:
parent
df463338e6
commit
bc2751eda1
3 changed files with 2 additions and 2 deletions
BIN
resources/graphics/icons/mini-kfaenza/item-search.png
Normal file
BIN
resources/graphics/icons/mini-kfaenza/item-search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -115,7 +115,7 @@ void MessagesToolBar::initializeSearchBox() {
|
||||||
// Setup wrapping action for search box.
|
// Setup wrapping action for search box.
|
||||||
m_actionSearchMessages = new QWidgetAction(this);
|
m_actionSearchMessages = new QWidgetAction(this);
|
||||||
m_actionSearchMessages->setDefaultWidget(m_txtSearchMessages);
|
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("type", SEACRH_MESSAGES_ACTION_NAME);
|
||||||
m_actionSearchMessages->setProperty("name", tr("Message search box"));
|
m_actionSearchMessages->setProperty("name", tr("Message search box"));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue