From 8f0c8d9dc435ab712f9f360d9094333082fb5e3b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Jul 2009 00:35:09 +0000 Subject: Add missing 0 to author list, to fix mantis 2802. Patch from tinram. git-svn-id: svn://localhost/ardour2/branches/3.0@5440 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/about.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/about.cc') diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 207f974d26..0954bad44a 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -163,6 +163,7 @@ static const char* authors[] = { N_("Petter Sundlöf"), N_("Mike Täht"), N_("Thorsten Wilms"), + 0 }; static const char* translators[] = { -- cgit v1.2.3