Skip to content

Commit

Permalink
Fix stored expression remove
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 25, 2019
1 parent 4f625ce commit cd8b6be
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 cd8b6be

Please sign in to comment.