From 013da25ba55240641b19aba85969fb82c60b5dc8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 2 Sep 2019 03:13:13 +0200 Subject: [PATCH] Add vamp-pyin authors to user-visible doc --- gtk2_ardour/about.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 5a6fe579d1..1793e5b024 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -147,6 +147,7 @@ static const char* authors[] = { N_("Sam Chessman"), N_("André Colomb"), N_("Paul Davis"), + N_("Simon Dixon"), N_("Gerard van Dongen"), N_("John Emmas"), N_("Colin Fletcher"), @@ -175,6 +176,7 @@ static const char* authors[] = { N_("Joshua Leach"), N_("Jan Lentfer"), N_("Ben Loftis"), + N_("Matthias Mauch"), N_("Nick Mainsbridge"), N_("Tim Mayberry"), N_("Doug Mclain"),