new RCU implementation, using an extra layer of indirection allowing us to use g_atom...
[ardour.git] / gtk2_ardour / about.cc
index 9c13f49dc78a34d61f8b18fcde59a210b8475f5a..033b5c460413e0b4fd305f5953bc359b72e72bbd 100644 (file)
@@ -43,6 +43,7 @@ using namespace Gdk;
 using namespace std;
 using namespace sigc;
 using namespace ARDOUR;
+using namespace PBD;
 
 #ifdef WITH_PAYMENT_OPTIONS
 
@@ -142,14 +143,14 @@ static const char* authors[] = {
 };
 
 static const char* translators[] = {
-       N_("French:\n\tAlain Fréhel <alain.frehel@free.fr>"),
-       N_("German:\n\tKarsten Petersen <kapet@kapet.de>"),
-       N_("Italian:\n\tFilippo Pappalardo <filippo@email.it>"),
-       N_("Portuguese:\n\tRui Nuno Capela <rncbc@rncbc.org>"),
+       N_("French:\n\tAlain Fréhel <alain.frehel@free.fr>\n"),
+       N_("German:\n\tKarsten Petersen <kapet@kapet.de>\n"),
+       N_("Italian:\n\tFilippo Pappalardo <filippo@email.it>\n"),
+       N_("Portuguese:\n\tRui Nuno Capela <rncbc@rncbc.org>\n"),
        N_("Brazilian Portuguese:\n\tAlexander da Franca Fernandes <alexander@nautae.eti.br>\
-\n\tChris Ross <chris@tebibyte.org>"),
-       N_("Spanish:\n\t Alex Krohn <alexkrohn@fastmail.fm>"),
-       N_("Russian:\n\t Igor Blinov <pitstop@nm.ru>"),
+\n\tChris Ross <chris@tebibyte.org>\n"),
+       N_("Spanish:\n\t Alex Krohn <alexkrohn@fastmail.fm>\n"),
+       N_("Russian:\n\t Igor Blinov <pitstop@nm.ru>\n"),
        0
 };