Use same icon for Find as for Find In Play Queue
This commit is contained in:
committed by
Craig Drummond
parent
9de9832385
commit
21771ea04b
@@ -89,7 +89,7 @@ StdActions::StdActions()
|
||||
#endif
|
||||
setCoverAction = new Action(i18n("Set Image"), 0);
|
||||
removeAction = new Action(Icon("list-remove"), i18n("Remove"), 0);
|
||||
searchAction = ActionCollection::get()->createAction("search", i18n("Find"), HIDE_MENU_ICON_NAME("edit-find"));
|
||||
searchAction = ActionCollection::get()->createAction("search", i18n("Find"), HIDE_MENU_ICON(Icons::self()->searchIcon));
|
||||
searchAction->setShortcut(Qt::ControlModifier+Qt::Key_F);
|
||||
|
||||
addToStoredPlaylistAction->setMenu(PlaylistsModel::self()->menu());
|
||||
|
||||
Reference in New Issue
Block a user