From da41e5087b4def302b5969db1bc905d233a20f61 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 12 Mar 2013 21:37:36 +0100 Subject: [PATCH] NOOP - pre videotimline cleanup --- gtk2_ardour/about.cc | 2 +- libs/pbd/pbd/search_path.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 210e13ec87..8375e94200 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -136,7 +136,7 @@ static const char* authors[] = { N_("Colin Fletcher"), N_("Dave Flick"), N_("Hans Fugal"), - N_("Robin Gareus"), + N_("Robin Gareus"), N_("Christopher George"), N_("Chris Goddard"), N_("J. Abelardo Gutierrez"), diff --git a/libs/pbd/pbd/search_path.h b/libs/pbd/pbd/search_path.h index 2a14510ad2..5358d6e14c 100644 --- a/libs/pbd/pbd/search_path.h +++ b/libs/pbd/pbd/search_path.h @@ -26,7 +26,9 @@ namespace PBD { /** - * @class The SearchPath class is a helper class for getting a + * @class SearchPath + * + * The SearchPath class is a helper class for getting a * vector of paths contained in a search path string where a * "search path string" contains absolute directory paths * separated by a colon(:) or a semi-colon(;) on windows.