Skip to content

Commit 27fbdd7

Browse files
committedMay 4, 2013
[sextante] fixed help edition dialog.
1 parent 61511cd commit 27fbdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/sextante/gui/HelpEditionDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self, alg):
4949
f = open(helpfile, "rb")
5050
self.descriptions = pickle.load(f)
5151
self.currentName = self.ALG_DESC
52-
52+
self.text.setText(self.descriptions[self.ALG_DESC])
5353
self.tree.itemClicked.connect(self.changeItem)
5454

5555
self.fillTree()

0 commit comments

Comments
 (0)
Please sign in to comment.