┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2018-12-18 22:04:46 -0700
committerNate Graham <[email protected]>2018-12-18 22:04:46 -0700
commit1af2241243f4aed24b68ffee048091a55f63a1f2 (patch)
tree642e09c8954caa49ee05a806f65772f3b167231e
parent024951ed0dc76f4ecbfd84474ae39c74b196dcea (diff)
parentf6549f08ea0797bcdf5d584ce41005a741db12cb (diff)
Merge branch 'Applications/18.12'
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 98920c001..dcf22e455 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -1044,6 +1044,7 @@ void DolphinMainWindow::setupActions()
QAction* newWindow = KStandardAction::openNew(this, &DolphinMainWindow::openNewMainWindow, actionCollection());
newWindow->setText(i18nc("@action:inmenu File", "New &Window"));
+ newWindow->setIcon(QIcon::fromTheme(QStringLiteral("window-new")));
QAction* newTab = actionCollection()->addAction(QStringLiteral("new_tab"));
newTab->setIcon(QIcon::fromTheme(QStringLiteral("tab-new")));