350 os.linesep, istring, self.eCaption.text()) |
350 os.linesep, istring, self.eCaption.text()) |
351 msgdlg += ',{0}{1}self.tr("""{2}""")'.format( |
351 msgdlg += ',{0}{1}self.tr("""{2}""")'.format( |
352 os.linesep, istring, self.eMessage.toPlainText()) |
352 os.linesep, istring, self.eMessage.toPlainText()) |
353 if not self.rAbout.isChecked() and not self.rAboutQt.isChecked(): |
353 if not self.rAbout.isChecked() and not self.rAboutQt.isChecked(): |
354 msgdlg += self.__getButtonCode(istring, indString) |
354 msgdlg += self.__getButtonCode(istring, indString) |
355 msgdlg += '){0}'.format(estring) |
355 msgdlg += '{0}){0}'.format(estring) |
356 return msgdlg |
356 return msgdlg |