1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Use edit-clear-history icon

More semantically (and visually) appropriate icon
This commit is contained in:
Alain Laporte 2022-06-28 07:31:06 +02:00
parent a97adfc4fd
commit da2bad9c68

View File

@ -19,7 +19,7 @@ DolphinRecentTabsMenu::DolphinRecentTabsMenu(QObject* parent) :
setEnabled(false);
m_clearListAction = new QAction(i18n("Empty Recently Closed Tabs"), this);
m_clearListAction->setIcon(QIcon::fromTheme(QStringLiteral("edit-clear-list")));
m_clearListAction->setIcon(QIcon::fromTheme(QStringLiteral("edit-clear-history")));
addAction(m_clearListAction);
addSeparator();