editors/ConfTreeNodeEditor.py
changeset 1713 ae58d214997c
parent 1712 c1987ef148e4
child 1733 dea107dce0c4
--- 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):