Debugger/DebugUI.py

changeset 4367
af2d7ceeb019
parent 4366
9445c7cb991f
child 4370
54dbb658f9e6
diff -r 9445c7cb991f -r af2d7ceeb019 Debugger/DebugUI.py
--- 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):

eric ide

mercurial