Skip to content

Commit

Permalink
fixed #6141
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@329 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
volayaf committed Aug 2, 2012
1 parent 5303a29 commit 3d71aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sextante/gui/AlgorithmExecutionDialog.py
Expand Up @@ -291,4 +291,4 @@ def setPercentage(self, i):

def setText(self, text):
self.progressLabel.setText(text)
self.log(text, false)
self.log(text, False)

0 comments on commit 3d71aff

Please sign in to comment.