Skip to content

Commit 1e958d2

Browse files
committedOct 12, 2015
Merge pull request #2364 from arnaud-morvan/processing-fix-field-calculator
[Processing] fixup! Include parameterselection dropdown contents in processing translation
2 parents 160f172 + 7e2ffd4 commit 1e958d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def manageGui(self):
7575
self.tr('[Save to temporary file]'))
7676

7777
self.mOutputFieldTypeComboBox.blockSignals(True)
78-
for t in self.alg.TYPE_NAMES:
78+
for t in self.alg.type_names:
7979
self.mOutputFieldTypeComboBox.addItem(t)
8080
self.mOutputFieldTypeComboBox.blockSignals(False)
8181

0 commit comments

Comments
 (0)
Please sign in to comment.