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 |