use a separate icon for the about logo
This commit is contained in:
parent
255b3d0da7
commit
e868cf6270
|
@ -14,12 +14,13 @@ _dialog = None
|
|||
def _create():
|
||||
about = Gtk.AboutDialog()
|
||||
|
||||
about.set_icon_name(NAME.lower())
|
||||
about.set_program_name(NAME)
|
||||
about.set_logo_icon_name(NAME.lower())
|
||||
about.set_version(__version__)
|
||||
about.set_comments('Shows status of devices connected\nto a Logitech Unifying Receiver.')
|
||||
|
||||
about.set_icon_name(NAME.lower())
|
||||
about.set_logo_icon_name(NAME.lower() + '-logo')
|
||||
|
||||
about.set_copyright(b'\xC2\xA9'.decode('utf-8') + ' 2012-2013 Daniel Pavel')
|
||||
about.set_license_type(Gtk.License.GPL_2_0)
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue