Plugins/AboutPlugin/AboutDialog.py

changeset 3036
30c81c9e88b8
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3035:36e9f388958b 3036:30c81c9e88b8
723 reviewing courts shall apply local law that most closely approximates 723 reviewing courts shall apply local law that most closely approximates
724 an absolute waiver of all civil liability in connection with the 724 an absolute waiver of all civil liability in connection with the
725 Program, unless a warranty or assumption of liability accompanies a 725 Program, unless a warranty or assumption of liability accompanies a
726 copy of the Program in return for a fee. 726 copy of the Program in return for a fee.
727 727
728 END OF TERMS AND CONDITIONS""".format(UI.Info.Copyright) 728 END OF TERMS AND CONDITIONS""" \
729 .format(UI.Info.Copyright) # __IGNORE_WARNING__
729 730
730 731
731 class AboutDialog(QDialog, Ui_AboutDialog): 732 class AboutDialog(QDialog, Ui_AboutDialog):
732 """ 733 """
733 Class implementing an 'About Eric' dialog. 734 Class implementing an 'About Eric' dialog.

eric ide

mercurial