eric6/Plugins/AboutPlugin/AboutDialog.py

changeset 7255
d595f6f9cbf8
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7254:f00d825fbdb3 7255:d595f6f9cbf8
35 """ by its respective copyright holder. For details see""" 35 """ by its respective copyright holder. For details see"""
36 """ the copyright notice of the individual package.</p>""" 36 """ the copyright notice of the individual package.</p>"""
37 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress, 37 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress,
38 UI.Info.FeatureAddress) 38 UI.Info.FeatureAddress)
39 39
40 authorsText = \ 40 authorsText = (
41 """ 41 """
42 Detlev Offenbach 42 Detlev Offenbach
43 Project Manager, Maintainer and German translation 43 Project Manager, Maintainer and German translation
44 44
45 Andrew Bushnell 45 Andrew Bushnell
66 Chinese translations 66 Chinese translations
67 67
68 Gianluca 68 Gianluca
69 Italian translations 69 Italian translations
70 """ 70 """
71 71 )
72 thanksText = """\ 72
73 Phil Thompson for providing PyQt and QScintilla and pushing me into this 73 thanksText = (
74 """Phil Thompson for providing PyQt and QScintilla and pushing me into this
74 business. 75 business.
75 76
76 Andrew Bushnell of Fluent Inc. for contributing the multithreading debugger 77 Andrew Bushnell of Fluent Inc. for contributing the multithreading debugger
77 and a bunch of fixes to enhance the platform independence. 78 and a bunch of fixes to enhance the platform independence.
78 79
98 Martin v. Löwis 99 Martin v. Löwis
99 Thorsten Kohnhorst 100 Thorsten Kohnhorst
100 for providing patches to improve eric3, eric4, eric5 and eric6. 101 for providing patches to improve eric3, eric4, eric5 and eric6.
101 102
102 And all the people who reported bugs and made suggestions.""" 103 And all the people who reported bugs and made suggestions."""
104 )
103 105
104 licenseText = ( 106 licenseText = (
105 """Eric is {0} 107 """Eric is {0}
106 108
107 You may use, distribute and copy Eric under the terms of the GNU 109 You may use, distribute and copy Eric under the terms of the GNU

eric ide

mercurial