Skip to content

Commit

Permalink
Merge branch 'expression-labels' of github.com:NathanW2/Quantum-GIS i…
Browse files Browse the repository at this point in the history
…nto expression-labels
  • Loading branch information
NathanW2 committed Oct 15, 2011
2 parents 4e6f83b + 0d187bf commit 0359e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgslabelinggui.cpp
Expand Up @@ -82,7 +82,7 @@ QgsLabelingGui::QgsLabelingGui( QgsPalLabeling* lbl, QgsVectorLayer* layer, QgsM
btnExpression->setEnabled( lyr.enabled );

//Add the current expression to the bottom of the list.
if (lyr.isExpression and !lyr.fieldName.isEmpty())
if (lyr.isExpression && !lyr.fieldName.isEmpty())
cboFieldName->addItem(lyr.fieldName);

// placement
Expand Down

0 comments on commit 0359e5b

Please sign in to comment.