From 17c4a36a1aef2ea7bf9dab30fe455a78854f1c15 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 22 Dec 2015 04:55:32 +0100 Subject: [PATCH] add Nil to authors --- gtk2_ardour/about.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 2fdd36607b..707cf0b367 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -145,6 +145,7 @@ static const char* authors[] = { N_("Dave Flick"), N_("Hans Fugal"), N_("Robin Gareus"), + N_("Nil Geisweiller"), N_("Christopher George"), N_("Chris Goddard"), N_("J. Abelardo Gutierrez"),