Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] small fix in modeler dialog
  • Loading branch information
volaya committed Sep 15, 2013
1 parent 6058023 commit 223b665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/modeler/ModelerDialog.py
Expand Up @@ -85,7 +85,7 @@ def __init__(self, alg=None):
self.buttonBox.addButton(self.saveAsButton, QDialogButtonBox.ActionRole)
self.exportAsImageButton = QPushButton(self.tr("Export as image..."))
self.exportAsImageButton.setToolTip(self.tr("Export current model to image"))
self.buttonBox.addButton(self.saveAsImageButton, QDialogButtonBox.ActionRole)
self.buttonBox.addButton(self.exportAsImageButton, QDialogButtonBox.ActionRole)

# fill trees with inputs and algorithms
self.fillInputsTree()
Expand Down

0 comments on commit 223b665

Please sign in to comment.