Skip to content

Commit

Permalink
[processing] use algorithm alias name also in advanced mode
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 20, 2015
1 parent 12292e3 commit 73ed56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/ProcessingToolbox.py
Expand Up @@ -349,7 +349,7 @@ def __init__(self, alg):
name = alg.name
if useCategories:
icon = GeoAlgorithm.getDefaultIcon()
(group, subgroup, name) = AlgorithmDecorator.getGroupsAndName(alg)
(group, subgroup, name) = AlgorithmDecorator.getGroupsAndName(alg)
self.setIcon(0, icon)
self.setToolTip(0, name)
self.setText(0, name)
Expand Down

0 comments on commit 73ed56a

Please sign in to comment.