Skip to content
Permalink
Browse files
[processing] always use original algorithm name for scripts and model…
…s (follow up abda90f)
  • Loading branch information
alexbruy committed Apr 28, 2016
1 parent 37d6c69 commit 5810911
Showing 1 changed file with 1 addition and 0 deletions.
@@ -347,6 +347,7 @@ def __init__(self, alg):
self.alg = alg
icon = alg.getIcon()
nameEn, name = AlgorithmClassification.getDisplayNames(alg)
name = name if name != '' else nameEn
self.setIcon(0, icon)
self.setToolTip(0, name)
self.setText(0, name)

0 comments on commit 5810911

Please sign in to comment.