Added mails to the About dialog

Signed-off-by: somas95 <manuel.genoves@gmail.com>
gh-pages
somas95 2018-03-27 20:58:32 +02:00
parent 0511402708
commit aaa2b5f97c
1 changed files with 3 additions and 2 deletions

View File

@ -168,8 +168,9 @@ class Application(Gtk.Application):
about_dialog.set_version("TODO.beta")
about_dialog.set_copyright("Copyright (C) 2018, Wolf Vollprecht")
about_dialog.set_license_type(Gtk.License.GPL_3_0)
about_dialog.set_website("http://uberwriter.wolfvollprecht.de")
about_dialog.set_authors(["Wolf Vollprecht", "Manuel Genovés"])
about_dialog.set_website("Uberwriter website http://uberwriter.wolfvollprecht.de")
about_dialog.set_authors(["Wolf Vollprecht <w.vollprecht@gmail.com>",
"Manuel Genovés <manuel.genoves@gmail.com>"])
logo_file = get_media_path("uberwriter.svg")
logo = GdkPixbuf.Pixbuf.new_from_file(logo_file)