X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fabout.cc;h=3bf9a314227a4253e6c667d7441d198e14553b58;hb=5fef65538040fbac1b9edd1847a269aa925a49c9;hp=3a0b362bed84eae83e80e60d67565b02ba93e5b1;hpb=a882e96db1367c26660fd3d3079e9e3e19b1e149;p=ardour.git diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 3a0b362bed..3bf9a31422 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -30,7 +30,6 @@ #include "ardour/version.h" #include "ardour/filesystem_paths.h" -#include "utils.h" #include "version.h" #include "about.h" @@ -40,6 +39,10 @@ #include "i18n.h" +#ifdef WAF_BUILD +#include "gtk2ardour-version.h" +#endif + using namespace Gtk; using namespace Gdk; using namespace std; @@ -127,6 +130,7 @@ static const char* authors[] = { N_("Sakari Bergen"), N_("Christian Borss"), N_("Chris Cannam"), + N_("Jeremy Carter"), N_("Jesse Chappell"), N_("Thomas Charbonnel"), N_("Sam Chessman"), @@ -152,6 +156,7 @@ static const char* authors[] = { N_("Armand Klenk"), N_("Julien de Kozak"), N_("Matt Krai"), + N_("Georg Krause"), N_("Nick Lanham"), N_("Colin Law"), N_("Joshua Leach"), @@ -175,6 +180,7 @@ static const char* authors[] = { N_("Mike Täht"), N_("Roy Vegard"), N_("Thorsten Wilms"), + N_("Grygorii Zharun"), 0 }; @@ -565,7 +571,7 @@ About::About () Searchpath spath(ardour_data_search_path()); - if (find_file_in_search_path (spath, "splash.png", splash_file)) { + if (find_file (spath, "splash.png", splash_file)) { set_logo (Gdk::Pixbuf::create_from_file (splash_file)); } else { error << "Could not find splash file" << endmsg;