Merge pull request #509 from evgeni/about-icon
set the icon in the about dialog
This commit is contained in:
commit
a0a65375d7
1 changed files with 1 additions and 0 deletions
|
|
@ -834,6 +834,7 @@ class Base(object):
|
|||
|
||||
def _build_about_dialog(self):
|
||||
self.about_dialog = Gtk.AboutDialog.new()
|
||||
self.about_dialog.set_logo_icon_name(NAME)
|
||||
self.about_dialog.set_name(NAME)
|
||||
self.about_dialog.set_version(VERSION)
|
||||
self.about_dialog.set_license(LICENSE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue