Skip to content

Commit

Permalink
Merge pull request #33521 from elpaso/stored-expressions-fix-rm
Browse files Browse the repository at this point in the history
Fix stored expression remove
  • Loading branch information
elpaso committed Dec 26, 2019
2 parents 157a670 + cd8b6be commit e2488ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -79,7 +79,7 @@ QgsExpressionBuilderWidget::QgsExpressionBuilderWidget( QWidget *parent )
expressionTree->setSelectionMode( QAbstractItemView::SelectionMode::SingleSelection );

// Note: must be in sync with the json help file for UserGroup
mUserExpressionsGroupName = tr( "User" );
mUserExpressionsGroupName = QgsExpression::group( QStringLiteral( "UserGroup" ) );

// Set icons for tool buttons
btnSaveExpression->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "mActionFileSave.svg" ) ) );
Expand Down

0 comments on commit e2488ea

Please sign in to comment.