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 |