Fix wrongly exposed set_parameter methods on PluginInsert.
[ardour.git] / gtk2_ardour / about.cc
index a201a1c404a65bf8f469c87b950167716183f9ec..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"
@@ -156,6 +156,9 @@ static const char* authors[] = {
        N_("Nedko Arnaudov"),
        N_("Carl Hetherington"),
        N_("Colin Fletcher"),
+       N_("Roland Stigge"),
+       N_("Audun Halland"),
+       N_("Armand Klenk"),
        0
 };
 
@@ -169,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
 };
 
@@ -178,7 +183,7 @@ About::About ()
        : paypal_pixmap (paypal_xpm)
 #endif
 {
-       set_type_hint(Gdk::WINDOW_TYPE_HINT_SPLASHSCREEN);
+       // set_type_hint(Gdk::WINDOW_TYPE_HINT_SPLASHSCREEN);
 
        string path;
        string t;
@@ -210,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