Skip to content

Commit 7e2ffd4

Browse files
committed
fixup! Include parameterselection dropdown contents in processing translations
1 parent ecbd691 commit 7e2ffd4

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)