Extend time canvas to use available space to the rigt (and line up nicely).
[ardour.git] / gtk2_ardour / about.cc
index d7c56975cb0a1d7b457a919fdefefdc9ff34492a..ccd4de1c0cb4e2ec32091a0759ced6b9dc7c5266 100644 (file)
@@ -144,20 +144,27 @@ static const char* authors[] = {
        N_("Stefan Kersten"),
        N_("Christopher George"),
        N_("Robert Jordens"),
+       N_("Dave Robillard"),
+       N_("Hans Fugal"),
        N_("Brian Ahr"),
        N_("Nimal Ratnayake"),
+       N_("Mike Täht"),
+       N_("John Anderson"),
+       N_("Nedko Arnaudov"),
+       N_("Carl Hetherington"),
        0
 };
 
 static const char* translators[] = {
        N_("French:\n\tAlain Fréhel <alain.frehel@free.fr>\n\tChristophe Combelles <ccomb@free.fr>\n"),
-       N_("German:\n\tKarsten Petersen <kapet@kapet.de>\n"),
+       N_("German:\n\tKarsten Petersen <kapet@kapet.de>\n\tSebastian Arnold <mail@sebastian-arnold.net>\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"),
        N_("Spanish:\n\t Alex Krohn <alexkrohn@fastmail.fm>\n"),
        N_("Russian:\n\t Igor Blinov <pitstop@nm.ru>\n"),
+       N_("Greek:\n\t Klearchos Gourgourinis <muadib@in.gr>\n"),
        0
 };
 
@@ -185,7 +192,7 @@ About::About ()
        }
 
        set_translator_credits (t);
-       set_copyright (_("Copyright (C) 1999-2006 Paul Davis\n"));
+       set_copyright (_("Copyright (C) 1999-2007 Paul Davis\n"));
        set_license (_("Ardour comes with ABSOLUTELY NO WARRANTY\n"
                       "This is free software, and you are welcome to redistribute it\n"
                       "under certain conditions; see the file COPYING for details.\n"));