Fix wrongly exposed set_parameter methods on PluginInsert.
[ardour.git] / gtk2_ardour / about.cc
index a76fc3c6193ff16d647cb3c521ee308f1ff8175b..ae8c7f503b3061e228ac79d0439f32e4801ee627 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <pbd/file_utils.h>
 
+#include <ardour/svn_revision.h>
 #include <ardour/ardour.h>
 #include <ardour/version.h>
 #include <ardour/filesystem_paths.h>
@@ -34,7 +35,6 @@
 #include "utils.h"
 #include "version.h"
 
-#include "svn_revision.h"
 #include "about.h"
 #include "rgb_macros.h"
 #include "ardour_ui.h"
@@ -158,6 +158,7 @@ static const char* authors[] = {
        N_("Colin Fletcher"),
        N_("Roland Stigge"),
        N_("Audun Halland"),
+       N_("Armand Klenk"),
        0
 };
 
@@ -171,6 +172,8 @@ static const char* translators[] = {
        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"),
+       N_("Swedish:\n\t Petter Sundlöf <petter.sundlof@gmail.com>\n"),
+       N_("Polish:\n\t Piotr Zaryk <pzaryk@gmail.com>\n"),
        0
 };
 
@@ -212,7 +215,7 @@ About::About ()
        set_website_label (_("visit http://www.ardour.org/"));
        set_version ((string_compose(_("%1\n(built from revision %2)"),
                                     VERSIONSTRING, 
-                                    ardour_svn_revision)));
+                                    svn_revision)));
        
 
 #ifdef WITH_PAYMENT_OPTIONS