Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set appropriate window title when editing a join
fixes #17554
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 22, 2019
1 parent fc99669 commit d70191d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -1367,6 +1367,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 d70191d

Please sign in to comment.