about dialog updated
This commit is contained in:
parent
c3e6c3d1da
commit
2397c6c0ea
|
@ -55,9 +55,15 @@ def _show_about_window(action):
|
||||||
|
|
||||||
about.set_authors(('Daniel Pavel http://github.com/pwr',))
|
about.set_authors(('Daniel Pavel http://github.com/pwr',))
|
||||||
try:
|
try:
|
||||||
about.add_credit_section('Testing', ('Douglas Wagner', 'Julien Gascard'))
|
about.add_credit_section('Testing', (
|
||||||
about.add_credit_section('Technical specifications\nprovided by',
|
'Douglas Wagner',
|
||||||
('Julien Danjou http://julien.danjou.info/blog/2012/logitech-unifying-upower',))
|
'Julien Gascard',
|
||||||
|
'Peter Wu http://www.lekensteyn.nl/logitech-unifying.html',
|
||||||
|
))
|
||||||
|
about.add_credit_section('Technical specifications\nprovided by', (
|
||||||
|
'Julien Danjou http://julien.danjou.info/blog/2012/logitech-unifying-upower',
|
||||||
|
'Nestor Lopez Casado https://drive.google.com/folderview?id=0BxbRzx7vEV7eWmgwazJ3NUFfQ28'
|
||||||
|
))
|
||||||
except TypeError:
|
except TypeError:
|
||||||
# gtk3 < 3.6 has incorrect gi bindings
|
# gtk3 < 3.6 has incorrect gi bindings
|
||||||
pass
|
pass
|
||||||
|
@ -65,7 +71,7 @@ def _show_about_window(action):
|
||||||
# is the Gtk3 version too old?
|
# is the Gtk3 version too old?
|
||||||
pass
|
pass
|
||||||
|
|
||||||
about.set_website('http://pwr.github.com/Solaar/')
|
about.set_website('http://pwr.github.io/Solaar/')
|
||||||
about.set_website_label('Solaar')
|
about.set_website_label('Solaar')
|
||||||
|
|
||||||
about.run()
|
about.run()
|
||||||
|
|
Loading…
Reference in New Issue