aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index bc5fa92..d9eb989 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -997,7 +997,7 @@ void MainWindow::buildMenus()
// rather than taken from the spec on faith. A name the running theme lacks
// still degrades to text through the null check below.
const QHash<QString, QString> themeIcons = {
- { QStringLiteral("sync"), QStringLiteral("mail-receive") },
+ { QStringLiteral("sync"), QStringLiteral("view-refresh") },
// NOT mail-mark-read, which mark_all_read below uses. The two shared it
// in 0.12.0, and with the toolbar icon-only the icon is the whole
// control: two buttons with different consequences looked identical.