Network/IRC/IrcNetworkWidget.py

changeset 3034
7ce719013078
parent 3020
542e97d4ecb3
child 3036
30c81c9e88b8
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
406 E5MessageBox.critical( 406 E5MessageBox.critical(
407 self, 407 self,
408 self.trUtf8("Error saving Messages"), 408 self.trUtf8("Error saving Messages"),
409 self.trUtf8( 409 self.trUtf8(
410 """<p>The messages contents could not be written""" 410 """<p>The messages contents could not be written"""
411 """ to <b>{0}</b></p><p>Reason: {1}</p>""")\ 411 """ to <b>{0}</b></p><p>Reason: {1}</p>""")
412 .format(fname, str(err))) 412 .format(fname, str(err)))
413 413
414 def __initMessagesMenu(self): 414 def __initMessagesMenu(self):
415 """ 415 """
416 Private slot to initialize the context menu of the messages pane. 416 Private slot to initialize the context menu of the messages pane.

eric ide

mercurial