Fader image update for more tactile "track" feel.
[ardour.git] / gtk2_ardour / about.cc
index ee03721e84189e284a2620a89b2e71c4521b75ec..959830725e02187eeaa879d01365cd7c761da373 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"
@@ -148,7 +149,7 @@ static const char* authors[] = {
 };
 
 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"),
@@ -192,7 +193,7 @@ About::About ()
        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