From 1745a32d9c04310c599dcf00f1dff53f59e94315 Mon Sep 17 00:00:00 2001 From: Andre Miranda Date: Wed, 28 Mar 2018 23:03:27 -0300 Subject: [PATCH] Add Alexander and myself to About dialog credits --- thunar/thunar-dialogs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c index 941c2468b..a1c3c0edb 100644 --- a/thunar/thunar-dialogs.c +++ b/thunar/thunar-dialogs.c @@ -262,7 +262,9 @@ thunar_dialogs_show_about (GtkWindow *parent, "comments", comments, "copyright", "Copyright \302\251 2004-2011 Benedikt Meurer\n" "Copyright \302\251 2009-2011 Jannis Pohlmann\n" - "Copyright \302\251 2009-2012 Nick Schermer", + "Copyright \302\251 2009-2012 Nick Schermer\n" + "Copyright \302\251 2017-2018 Alexander Schwinn\n" + "Copyright \302\251 2017-2018 Andre Miranda", "destroy-with-parent", TRUE, "documenters", documenters, "license", XFCE_LICENSE_GPL,