From 999b4bca4370234b739e7f187189555be8cf2129 Mon Sep 17 00:00:00 2001 From: somas95 Date: Sat, 24 Mar 2018 17:59:45 +0100 Subject: [PATCH] Updated About dialog Signed-off-by: somas95 --- uberwriter_lib/AppWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uberwriter_lib/AppWindow.py b/uberwriter_lib/AppWindow.py index afb5fad..9803c64 100644 --- a/uberwriter_lib/AppWindow.py +++ b/uberwriter_lib/AppWindow.py @@ -157,7 +157,7 @@ class Application(Gtk.Application): 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"]) + about_dialog.set_authors(["Wolf Vollprecht", "Manuel Genovés"]) logo_file = get_media_path("uberwriter.svg") logo = GdkPixbuf.Pixbuf.new_from_file(logo_file)