Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More details on Processing algorithms toolbar
  • Loading branch information
DelazJ authored and nyalldawson committed May 1, 2018
1 parent 3b36cdd commit 8088659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/processing/gui/menus.py
Expand Up @@ -194,7 +194,8 @@ def addAlgorithmEntry(alg, menuName, submenuName, actionText=None, icon=None, ad
if addButton:
global algorithmsToolbar
if algorithmsToolbar is None:
algorithmsToolbar = iface.addToolBar('ProcessingAlgorithms')
algorithmsToolbar = iface.addToolBar(Processing.tr('Processing Algorithms'))
algorithmsToolbar.setToolTip(Processing.tr('Processing Algorithms Toolbar'))
algorithmsToolbar.addAction(action)


Expand Down

0 comments on commit 8088659

Please sign in to comment.