Skip to content

Commit

Permalink
Add layer name to select by expression dialog title
Browse files Browse the repository at this point in the history
Fix #10422
  • Loading branch information
m-kuhn committed Jun 3, 2014
1 parent 9c5c257 commit 6209b97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsexpressionselectiondialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" ) );
Expand Down

0 comments on commit 6209b97

Please sign in to comment.