Skip to content

Commit

Permalink
Merge pull request #2364 from arnaud-morvan/processing-fix-field-calc…
Browse files Browse the repository at this point in the history
…ulator

[Processing] fixup! Include parameterselection dropdown contents in processing translation
  • Loading branch information
slarosa committed Oct 12, 2015
2 parents 160f172 + 7e2ffd4 commit 1e958d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ def manageGui(self):
self.tr('[Save to temporary file]'))

self.mOutputFieldTypeComboBox.blockSignals(True)
for t in self.alg.TYPE_NAMES:
for t in self.alg.type_names:
self.mOutputFieldTypeComboBox.addItem(t)
self.mOutputFieldTypeComboBox.blockSignals(False)

Expand Down

0 comments on commit 1e958d2

Please sign in to comment.