Skip to content

Commit

Permalink
Fix Typography alert em-dash
Browse files Browse the repository at this point in the history
  • Loading branch information
pigreco authored and nyalldawson committed Apr 12, 2020
1 parent e690f69 commit f792127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionselectiondialog.cpp
Expand Up @@ -42,7 +42,7 @@ QgsExpressionSelectionDialog::QgsExpressionSelectionDialog( QgsVectorLayer *laye
connect( mButtonZoomToFeatures, &QToolButton::clicked, this, &QgsExpressionSelectionDialog::mButtonZoomToFeatures_clicked );
connect( mPbnClose, &QPushButton::clicked, this, &QgsExpressionSelectionDialog::mPbnClose_clicked );

setWindowTitle( QStringLiteral( "%1 - Select by Expression" ).arg( layer->name() ) );
setWindowTitle( QStringLiteral( "%1 Select by Expression" ).arg( layer->name() ) );

mActionSelect->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mIconExpressionSelect.svg" ) ) );
mActionAddToSelection->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mIconSelectAdd.svg" ) ) );
Expand Down

0 comments on commit f792127

Please sign in to comment.