Cooperation/ChatWidget.py

changeset 3032
927a2f8b3669
parent 3021
801289962f4e
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3031:ed2eaa573ca5 3032:927a2f8b3669
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 """

eric ide

mercurial