beremiz

Backout commit 92537ed because of writing localized string in node *.xml file
--- a/editors/ConfTreeNodeEditor.py Wed Jun 28 18:38:52 2017 +0300
+++ b/editors/ConfTreeNodeEditor.py Tue Jul 04 14:00:42 2017 +0300
@@ -413,7 +413,7 @@
if element_infos["value"] is None:
combobox.SetStringSelection("")
else:
- combobox.SetStringSelection(_(element_infos["value"]))
+ combobox.SetStringSelection(element_infos["value"])
combobox.Bind(wx.EVT_COMBOBOX, callback, combobox)
elif isinstance(element_infos["type"], types.DictType):