misc: update about window
This commit is contained in:
parent
9deb7d66aa
commit
9495cc03c2
|
@ -42,8 +42,9 @@ def _create():
|
||||||
about.set_copyright('© 2012-2021 Daniel Pavel and contributors to the Solaar project')
|
about.set_copyright('© 2012-2021 Daniel Pavel and contributors to the Solaar project')
|
||||||
about.set_license_type(Gtk.License.GPL_2_0)
|
about.set_license_type(Gtk.License.GPL_2_0)
|
||||||
|
|
||||||
about.set_authors(('Daniel Pavel http://github.com/pwr', 'Filipe Laíns', 'Peter F. Patel-Schneider'))
|
about.set_authors(('Daniel Pavel http://github.com/pwr', ))
|
||||||
try:
|
try:
|
||||||
|
about.add_credit_section(_('Additional Programming'), ('Filipe Laíns', 'Peter F. Patel-Schneider'))
|
||||||
about.add_credit_section(_('GUI design'), ('Julien Gascard', 'Daniel Pavel'))
|
about.add_credit_section(_('GUI design'), ('Julien Gascard', 'Daniel Pavel'))
|
||||||
about.add_credit_section(
|
about.add_credit_section(
|
||||||
_('Testing'), (
|
_('Testing'), (
|
||||||
|
|
Loading…
Reference in New Issue