Skip to content

Commit 93e5902

Browse files
committed
Use correct icon
1 parent c20e441 commit 93e5902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsidentifyresultsdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ void QgsIdentifyResultsDialog::contextMenuEvent( QContextMenuEvent *event )
10641064
if ( vlayer )
10651065
{
10661066
mActionPopup->addAction(
1067-
QgsApplication::getThemeIcon( QStringLiteral( "/mActionPropertyItem.svg" ) ),
1067+
QgsApplication::getThemeIcon( QStringLiteral( "/mActionFormView.svg" ) ),
10681068
vlayer->isEditable() ? tr( "Edit Feature Form…" ) : tr( "View Feature Form…" ),
10691069
this, SLOT( featureForm() ) );
10701070
}

0 commit comments

Comments
 (0)