controls/DebugVariablePanel/DebugVariableGraphicViewer.py
changeset 1227 01e86190f8c7
parent 1218 a5a6072ac944
child 1264 27c8578670c8
--- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Wed Jun 05 23:29:37 2013 +0200
+++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Wed Jun 05 23:34:41 2013 +0200
@@ -181,7 +181,10 @@
         Show error message in Error Dialog
         @param message: Error message to display
         """
-        dialog = wx.MessageDialog(self.ParentWindow, message, _("Error"), wx.OK|wx.ICON_ERROR)
+        dialog = wx.MessageDialog(self.ParentWindow, 
+                                  message, 
+                                  _("Error"), 
+                                  wx.OK|wx.ICON_ERROR)
         dialog.ShowModal()
         dialog.Destroy()