Cooperation/ChatWidget.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3032
927a2f8b3669
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
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 """

eric ide

mercurial