controls/DebugVariablePanel/DebugVariableTextViewer.py
changeset 1745 f9d32913bad4
parent 1736 7e61baa047f0
child 1780 c52d1460cea8
--- a/controls/DebugVariablePanel/DebugVariableTextViewer.py	Tue Aug 15 22:38:43 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableTextViewer.py	Wed Aug 16 11:47:27 2017 +0300
@@ -135,7 +135,7 @@
         dialog = wx.MessageDialog(self.ParentWindow,
                                   message,
                                   _("Error"),
-                                  wx.OK|wx.ICON_ERROR)
+                                  wx.OK | wx.ICON_ERROR)
         dialog.ShowModal()
         dialog.Destroy()