fixup! Include parameterselection dropdown contents in processing translations

This commit is contained in:
arnaud.morvan@camptocamp.com 2015-10-12 09:30:25 +02:00
parent ecbd691ca4
commit 7e2ffd46d8

View File

@ -75,7 +75,7 @@ class FieldsCalculatorDialog(BASE, WIDGET):
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)