mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-19 04:12:01 +01:00
Added missing icon.
This commit is contained in:
parent
df463338e6
commit
bc2751eda1
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.
|
||||
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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user