Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3037
a417a0670a36
child 3141
72f3bde98c58
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
443 E5MessageBox.critical( 443 E5MessageBox.critical(
444 self, self.trUtf8('Save Diff'), 444 self, self.trUtf8('Save Diff'),
445 self.trUtf8( 445 self.trUtf8(
446 '<p>The patch file <b>{0}</b> could not be saved.' 446 '<p>The patch file <b>{0}</b> could not be saved.'
447 '<br>Reason: {1}</p>') 447 '<br>Reason: {1}</p>')
448 .format(fname, str(why))) 448 .format(fname, str(why)))
449 449
450 def __showError(self, msg): 450 def __showError(self, msg):
451 """ 451 """
452 Private slot to show an error message. 452 Private slot to show an error message.
453 453

eric ide

mercurial