diff options
| author | Alain Laporte <[email protected]> | 2022-06-28 07:31:06 +0200 |
|---|---|---|
| committer | Alain Laporte <[email protected]> | 2022-06-28 07:36:01 +0200 |
| commit | da2bad9c68122f1c399b187ba6150b120dc5f674 (patch) | |
| tree | d0ed3831d8acf5bf1304fc5364a618adc4d3aa26 | |
| parent | a97adfc4fd3287ca53adb3dc2f87739447c3d0c6 (diff) | |
Use edit-clear-history icon
More semantically (and visually) appropriate icon
| -rw-r--r-- | src/dolphinrecenttabsmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinrecenttabsmenu.cpp b/src/dolphinrecenttabsmenu.cpp index d8bd06b5c..adc6a8eda 100644 --- a/src/dolphinrecenttabsmenu.cpp +++ b/src/dolphinrecenttabsmenu.cpp @@ -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(); |
