585 self, |
585 self, |
586 self.trUtf8("Error saving Chat"), |
586 self.trUtf8("Error saving Chat"), |
587 self.trUtf8("""<p>The chat contents could not be""" |
587 self.trUtf8("""<p>The chat contents could not be""" |
588 """ written to <b>{0}</b></p>""" |
588 """ written to <b>{0}</b></p>""" |
589 """<p>Reason: {1}</p>""") .format( |
589 """<p>Reason: {1}</p>""") .format( |
590 fname, str(err))) |
590 fname, str(err))) |
591 |
591 |
592 def __copyChat(self): |
592 def __copyChat(self): |
593 """ |
593 """ |
594 Private slot to copy the contents of the chat display to the clipboard. |
594 Private slot to copy the contents of the chat display to the clipboard. |
595 """ |
595 """ |