--- a/Debugger/DebugUI.py Sun Aug 16 13:47:44 2015 +0200 +++ b/Debugger/DebugUI.py Sun Aug 16 14:58:15 2015 +0200 @@ -1213,7 +1213,7 @@ E5MessageBox.critical( self.ui, Program, self.tr("""<p>The program generate the signal "{0}".<br/>""" - """File: <b>{2}</b>, Line: <b>{3}</b></p>""").format( + """File: <b>{1}</b>, Line: <b>{2}</b></p>""").format( message, filename, lineNo)) def __clientGone(self, unplanned):