Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set appropriate window title when editing a join
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 22, 2019
1 parent 87e0654 commit f9b0f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -1371,6 +1371,7 @@ void QgsVectorLayerProperties::mJoinTreeWidget_itemDoubleClicked( QTreeWidgetIte
}

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

if ( d.exec() == QDialog::Accepted )
Expand Down

0 comments on commit f9b0f77

Please sign in to comment.