add sampo's synthesize_sources perl script to tools; add scroll-playhead-{forward...
[ardour.git] / gtk2_ardour / about.cc
index 16512b595106ca07dc00a9c35157ba09f1767e1f..34bb98199c33561fbd6dd8a321de8fe120e678f3 100644 (file)
@@ -32,6 +32,7 @@
 #include "utils.h"
 #include "version.h"
 
+#include "svn_revision.h"
 #include "about.h"
 #include "rgb_macros.h"
 #include "ardour_ui.h"
@@ -139,16 +140,18 @@ static const char* authors[] = {
        N_("Per Sigmond"),
        N_("Doug Mclain"),
        N_("Petter Sundlöf"),
-       N_("Thörsten Wilms"),
+       N_("Thorsten Wilms"),
        N_("Ben Loftis"),
        N_("Stefan Kersten"),
        N_("Christopher George"),
        N_("Robert Jordens"),
+       N_("Brian Ahr"),
+       N_("Nimal Ratnayake"),
        0
 };
 
 static const char* translators[] = {
-       N_("French:\n\tAlain Fréhel <alain.frehel@free.fr>\n"),
+       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_("Italian:\n\tFilippo Pappalardo <filippo@email.it>\n"),
        N_("Portuguese:\n\tRui Nuno Capela <rncbc@rncbc.org>\n"),
@@ -189,10 +192,10 @@ About::About ()
                       "under certain conditions; see the file COPYING for details.\n"));
        set_name (X_("ardour"));
        set_website (X_("http://ardour.org/"));
-       set_website_label (X_("visit http://www.ardour.org/"));
+       set_website_label (_("visit http://www.ardour.org/"));
        set_version ((string_compose(_("%1\n(built from revision %2)"),
                                     VERSIONSTRING, 
-                                    gtk_ardour_revision)));
+                                    ardour_svn_revision)));
        
 
 #ifdef WITH_PAYMENT_OPTIONS