Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py

changeset 3037
a417a0670a36
parent 3024
17c01303a239
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3036:30c81c9e88b8 3037:a417a0670a36
441 E5MessageBox.critical( 441 E5MessageBox.critical(
442 self, self.trUtf8('Save Diff'), 442 self, self.trUtf8('Save Diff'),
443 self.trUtf8( 443 self.trUtf8(
444 '<p>The patch file <b>{0}</b> could not be saved.' 444 '<p>The patch file <b>{0}</b> could not be saved.'
445 '<br>Reason: {1}</p>') 445 '<br>Reason: {1}</p>')
446 .format(fname, str(why))) 446 .format(fname, str(why)))
447 447
448 def __showError(self, msg): 448 def __showError(self, msg):
449 """ 449 """
450 Private slot to show an error message. 450 Private slot to show an error message.
451 451

eric ide

mercurial