Skip to content

Commit f9b0f77

Browse files
DelazJnyalldawson
authored andcommittedJan 22, 2019
Set appropriate window title when editing a join
1 parent 87e0654 commit f9b0f77

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
@@ -1371,6 +1371,7 @@ void QgsVectorLayerProperties::mJoinTreeWidget_itemDoubleClicked( QTreeWidgetIte
13711371
}
13721372

13731373
QgsJoinDialog d( mLayer, joinedLayers );
1374+
d.setWindowTitle( tr( "Edit Vector Join" ) );
13741375
d.setJoinInfo( joins[j] );
13751376

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

0 commit comments

Comments
 (0)
Please sign in to comment.