Add layer name to select by expression dialog title

Fix #10422
This commit is contained in:
Matthias Kuhn 2014-06-03 08:48:29 +02:00
parent 9c5c25772b
commit 6209b9754a

View File

@ -25,6 +25,8 @@ QgsExpressionSelectionDialog::QgsExpressionSelectionDialog( QgsVectorLayer* laye
{
setupUi( this );
setWindowTitle( QString( "Select by expression - %1" ).arg( layer->name() ) );
mActionSelect->setIcon( QgsApplication::getThemeIcon( "/mIconExpressionSelect.svg" ) );
mActionAddToSelection->setIcon( QgsApplication::getThemeIcon( "/mIconSelectAdd.svg" ) );
mActionRemoveFromSelection->setIcon( QgsApplication::getThemeIcon( "/mIconSelectRemove.svg" ) );