diff options
| author | Nate Graham <[email protected]> | 2018-12-18 22:04:46 -0700 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2018-12-18 22:04:46 -0700 |
| commit | 1af2241243f4aed24b68ffee048091a55f63a1f2 (patch) | |
| tree | 642e09c8954caa49ee05a806f65772f3b167231e | |
| parent | 024951ed0dc76f4ecbfd84474ae39c74b196dcea (diff) | |
| parent | f6549f08ea0797bcdf5d584ce41005a741db12cb (diff) | |
Merge branch 'Applications/18.12'
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
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"))); |
