Skip to content

Commit 6209b97

Browse files
committed
Add layer name to select by expression dialog title
Fix #10422
1 parent 9c5c257 commit 6209b97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/qgsexpressionselectiondialog.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ QgsExpressionSelectionDialog::QgsExpressionSelectionDialog( QgsVectorLayer* laye
2525
{
2626
setupUi( this );
2727

28+
setWindowTitle( QString( "Select by expression - %1" ).arg( layer->name() ) );
29+
2830
mActionSelect->setIcon( QgsApplication::getThemeIcon( "/mIconExpressionSelect.svg" ) );
2931
mActionAddToSelection->setIcon( QgsApplication::getThemeIcon( "/mIconSelectAdd.svg" ) );
3032
mActionRemoveFromSelection->setIcon( QgsApplication::getThemeIcon( "/mIconSelectRemove.svg" ) );

0 commit comments

Comments
 (0)