Backout commit 92537ed because of writing localized string in node *.xml file
authorSurkov Sergey <surkovsv93@gmail.com>
Tue, 04 Jul 2017 14:00:42 +0300
changeset 1713 ae58d214997c
parent 1711 a0682ec03f1f (current diff)
parent 1712 c1987ef148e4 (diff)
child 1714 64ea7c86a74c
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):