# HG changeset patch # User Surkov Sergey # Date 1499166042 -10800 # Node ID ae58d214997c65960901e5a4edd6ae8a747c591d # Parent a0682ec03f1fb9160b04b40fd994b64f79933fae# Parent c1987ef148e4bd920e3f5c38c849632acb0f16a1 Backout commit 92537ed because of writing localized string in node *.xml file diff -r a0682ec03f1f -r ae58d214997c editors/ConfTreeNodeEditor.py --- 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):