]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placespanel.cpp
Change icon for the 'Edit...' context menu entry in Places panel
[dolphin.git] / 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;