Skip to content

Commit

Permalink
pass unicode string to TreeSettingItem
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Dec 10, 2012
1 parent 289a207 commit 75cfd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextante/gui/ConfigDialog.py
Expand Up @@ -111,5 +111,5 @@ def __init__(self, setting, icon):
else:
self.setCheckState(1, Qt.Unchecked)
else:
self.setText(1, str(setting.value))
self.setText(1, unicode(setting.value))
self.setIcon(0, icon)

0 comments on commit 75cfd79

Please sign in to comment.