--- a/editors/ConfTreeNodeEditor.py Thu Jun 22 16:43:38 2017 +0300
+++ b/editors/ConfTreeNodeEditor.py Mon Jun 26 19:38:51 2017 +0300
@@ -413,7 +413,7 @@
if element_infos["value"] is None:
combobox.SetStringSelection("")
- combobox.SetStringSelection(element_infos["value"])
+ combobox.SetStringSelection(_(element_infos["value"])) combobox.Bind(wx.EVT_COMBOBOX, callback, combobox)
elif isinstance(element_infos["type"], types.DictType):