Skip to content

Commit

Permalink
Fix #35679
Browse files Browse the repository at this point in the history
  • Loading branch information
pigreco authored and nyalldawson committed Apr 12, 2020
1 parent c952f59 commit 3846e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/vector/qgsfieldcalculator.cpp
Expand Up @@ -152,6 +152,8 @@ QgsFieldCalculator::QgsFieldCalculator( QgsVectorLayer *vl, QWidget *parent )
builder->initWithLayer( vl, expContext, QStringLiteral( "fieldcalc" ) );

mInfoIcon->setPixmap( style()->standardPixmap( QStyle::SP_MessageBoxInformation ) );

setWindowTitle( tr( "%1 - Field Calculator" ).arg( mVectorLayer->name() ) );

setOkButtonState();
}
Expand Down

0 comments on commit 3846e29

Please sign in to comment.