Skip to content

Commit 3846e29

Browse files
pigreconyalldawson
authored andcommittedApr 12, 2020
Fix #35679
1 parent c952f59 commit 3846e29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/gui/vector/qgsfieldcalculator.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ QgsFieldCalculator::QgsFieldCalculator( QgsVectorLayer *vl, QWidget *parent )
152152
builder->initWithLayer( vl, expContext, QStringLiteral( "fieldcalc" ) );
153153

154154
mInfoIcon->setPixmap( style()->standardPixmap( QStyle::SP_MessageBoxInformation ) );
155+
156+
setWindowTitle( tr( "%1 - Field Calculator" ).arg( mVectorLayer->name() ) );
155157

156158
setOkButtonState();
157159
}

0 commit comments

Comments
 (0)
Please sign in to comment.