controls/LocationCellEditor.py
changeset 1745 f9d32913bad4
parent 1736 7e61baa047f0
child 1767 c74815729afd
--- a/controls/LocationCellEditor.py	Tue Aug 15 22:38:43 2017 +0300
+++ b/controls/LocationCellEditor.py	Wed Aug 16 11:47:27 2017 +0300
@@ -97,7 +97,7 @@
                 dialog = wx.SingleChoiceDialog(self,
                       _("Select a variable class:"), _("Variable class"),
                       [_("Input"), _("Output"), _("Memory")],
-                      wx.DEFAULT_DIALOG_STYLE|wx.OK|wx.CANCEL)
+                      wx.DEFAULT_DIALOG_STYLE | wx.OK | wx.CANCEL)
                 if dialog.ShowModal() == wx.ID_OK:
                     selected = dialog.GetSelection()
                 else: