Skip to content

Commit

Permalink
[processing] always use original algorithm name for scripts and model…
Browse files Browse the repository at this point in the history
…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.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/ProcessingToolbox.py
Expand Up @@ -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)
Expand Down

0 comments on commit 5810911

Please sign in to comment.