use a separate icon for the about logo

This commit is contained in:
Daniel Pavel 2013-05-20 16:32:26 +03:00
parent 255b3d0da7
commit e868cf6270
2 changed files with 3 additions and 2 deletions

View File

@ -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