Skip to content

Commit d70191d

Browse files
DelazJnyalldawson
authored andcommittedJan 22, 2019
Set appropriate window title when editing a join
fixes #17554
1 parent fc99669 commit d70191d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsvectorlayerproperties.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,7 @@ void QgsVectorLayerProperties::mJoinTreeWidget_itemDoubleClicked( QTreeWidgetIte
13671367
}
13681368

13691369
QgsJoinDialog d( mLayer, joinedLayers );
1370+
d.setWindowTitle( tr( "Edit Vector Join" ) );
13701371
d.setJoinInfo( joins[j] );
13711372

13721373
if ( d.exec() == QDialog::Accepted )

0 commit comments

Comments
 (0)
Please sign in to comment.