diff -r 93e7a8abce5e -r 01e86190f8c7 controls/DebugVariablePanel/DebugVariableGraphicViewer.py --- 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()