# HG changeset patch # User Surkov Sergey # Date 1499165208 -10800 # Node ID c1987ef148e4bd920e3f5c38c849632acb0f16a1 # Parent 92537edeb2052d53ba5cad8b6da8463dbc660bb1 Backout changeset 92537edeb2052d53ba5cad8b6da8463dbc660bb1 diff -r 92537edeb205 -r c1987ef148e4 editors/ConfTreeNodeEditor.py --- a/editors/ConfTreeNodeEditor.py Mon Jun 26 19:38:51 2017 +0300 +++ b/editors/ConfTreeNodeEditor.py Tue Jul 04 13:46:48 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):