Skip to content

Commit

Permalink
Use correct icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 18, 2018
1 parent c20e441 commit 93e5902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsidentifyresultsdialog.cpp
Expand Up @@ -1064,7 +1064,7 @@ void QgsIdentifyResultsDialog::contextMenuEvent( QContextMenuEvent *event )
if ( vlayer )
{
mActionPopup->addAction(
QgsApplication::getThemeIcon( QStringLiteral( "/mActionPropertyItem.svg" ) ),
QgsApplication::getThemeIcon( QStringLiteral( "/mActionFormView.svg" ) ),
vlayer->isEditable() ? tr( "Edit Feature Form…" ) : tr( "View Feature Form…" ),
this, SLOT( featureForm() ) );
}
Expand Down

0 comments on commit 93e5902

Please sign in to comment.