┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2021-11-29 10:25:06 -0700
committerNate Graham <[email protected]>2021-11-29 10:25:06 -0700
commit82b542cb2b9eb61b30e2a9a613081b7ab286e9ad (patch)
tree975adc46af82def8a640eb0df6af241c0226bfe0
parent04e3c227cb8f9194aba315370cdc84995bd65341 (diff)
parent4b530c91c1042f87eb651d6c9c7c8b174508a134 (diff)
Merge branch 'release/21.12'
-rw-r--r--src/views/dolphinviewactionhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp
index 90109605b..47247ec35 100644
--- a/src/views/dolphinviewactionhandler.cpp
+++ b/src/views/dolphinviewactionhandler.cpp
@@ -157,7 +157,7 @@ void DolphinViewActionHandler::createActions()
"This will copy the path of the first selected item into the clipboard."
));
- copyPathAction->setIcon(QIcon::fromTheme(QStringLiteral("edit-copy")));
+ copyPathAction->setIcon(QIcon::fromTheme(QStringLiteral("edit-copy-path")));
m_actionCollection->setDefaultShortcuts(copyPathAction, {Qt::CTRL | Qt::ALT | Qt::Key_C});
connect(copyPathAction, &QAction::triggered, this, &DolphinViewActionHandler::slotCopyPath);