Navigation Menu

Skip to content

Commit

Permalink
fixup! Include parameterselection dropdown contents in processing tra…
Browse files Browse the repository at this point in the history
…nslations
  • Loading branch information
arnaud-morvan committed Oct 12, 2015
1 parent ecbd691 commit 7e2ffd4
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 7e2ffd4

Please sign in to comment.