Skip to content

Commit

Permalink
Followup 41a330f
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 20, 2015
1 parent 41a330f commit 2affb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -437,7 +437,7 @@ void QgsExpressionBuilderWidget::updateFunctionTree()
registerItem( "Operators", "=", " = ", tr( "Equal operator" ) );
registerItem( "Operators", ">", " > " );
registerItem( "Operators", "<", " < " );
registerItem( "Operators", "<>", " <> ", tr( "Unequal operator" ) );
registerItem( "Operators", "<>", " <> " );
registerItem( "Operators", "<=", " <= " );
registerItem( "Operators", ">=", " >= " );
registerItem( "Operators", "||", " || " );
Expand Down

0 comments on commit 2affb27

Please sign in to comment.