--- a/Debugger/CallTraceViewer.py Sat Oct 19 11:14:51 2013 +0200 +++ b/Debugger/CallTraceViewer.py Sat Oct 19 11:49:31 2013 +0200 @@ -162,8 +162,8 @@ self.trUtf8("Error saving Call Trace Info"), self.trUtf8("""<p>The call trace info could not""" """ be written to <b>{0}</b></p>""" - """<p>Reason: {1}</p>""")\ - .format(fname, str(err))) + """<p>Reason: {1}</p>""") + .format(fname, str(err))) @pyqtSlot(QTreeWidgetItem, int) def on_callTrace_itemDoubleClicked(self, item, column):