Navigation Menu

Skip to content

Commit

Permalink
[sextante] fixed help edition dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 4, 2013
1 parent 61511cd commit 27fbdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextante/gui/HelpEditionDialog.py
Expand Up @@ -49,7 +49,7 @@ def __init__(self, alg):
f = open(helpfile, "rb")
self.descriptions = pickle.load(f)
self.currentName = self.ALG_DESC

self.text.setText(self.descriptions[self.ALG_DESC])
self.tree.itemClicked.connect(self.changeItem)

self.fillTree()
Expand Down

0 comments on commit 27fbdd7

Please sign in to comment.