Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix travis
  • Loading branch information
pigreco authored and nyalldawson committed Apr 12, 2020
1 parent c4091ef commit 33a0f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/vector/qgsfieldcalculator.cpp
Expand Up @@ -152,7 +152,7 @@ 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 33a0f10

Please sign in to comment.