]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Change icon for the 'Edit...' context menu entry in Places panel
authorThomas Surrel <thomas.surrel@hd-wireless.se>
Thu, 4 Oct 2018 17:45:23 +0000 (11:45 -0600)
committerNathaniel Graham <nate@kde.org>
Thu, 4 Oct 2018 17:52:36 +0000 (11:52 -0600)
Summary:
The current icon is used for displaying the Properties context menu
in other places in dolphin. Change to edit-entry.

Test Plan: Right-click on a place in the Places panel.

Reviewers: #dolphin, #vdg, ngraham

Reviewed By: #dolphin, #vdg, ngraham

Subscribers: broulik, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D15938

src/panels/places/placespanel.cpp

index ec8b8f727cf29b97235e60aa1c00ed91c63dcf14..2829083e5a4e3372aac05c3f296837a66cdc7b3c 100644 (file)
@@ -203,7 +203,7 @@ void PlacesPanel::slotItemContextMenuRequested(int index, const QPointF& pos)
     }
 
     if (!isDevice) {
-        editAction = menu.addAction(QIcon::fromTheme("document-properties"), i18nc("@item:inmenu", "Edit..."));
+        editAction = menu.addAction(QIcon::fromTheme("edit-entry"), i18nc("@item:inmenu", "Edit..."));
     }
 
     QAction* removeAction = nullptr;