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