We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c20e441 commit 93e5902Copy full SHA for 93e5902
src/app/qgsidentifyresultsdialog.cpp
@@ -1064,7 +1064,7 @@ void QgsIdentifyResultsDialog::contextMenuEvent( QContextMenuEvent *event )
1064
if ( vlayer )
1065
{
1066
mActionPopup->addAction(
1067
- QgsApplication::getThemeIcon( QStringLiteral( "/mActionPropertyItem.svg" ) ),
+ QgsApplication::getThemeIcon( QStringLiteral( "/mActionFormView.svg" ) ),
1068
vlayer->isEditable() ? tr( "Edit Feature Form…" ) : tr( "View Feature Form…" ),
1069
this, SLOT( featureForm() ) );
1070
}
0 commit comments