X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fabout.cc;h=02973cdfe6642fb2d981de508c64513e16c78243;hb=a2c0b10d8a6cf4ab5a0fdcdfe157c35c0ed9a709;hp=5caa7e5fabce423f8a8e3b932438566f6bd44253;hpb=27f347a5de6a79e5f4c7d485510e43b94ddd6ffb;p=ardour.git diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 5caa7e5fab..02973cdfe6 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -174,6 +174,7 @@ static const char* authors[] = { N_("André Nusser"), N_("Bent Bisballe Nyeng"), N_("Jack O'Quin"), + N_("Len Ovens"), N_("Pavel Potocek"), N_("Nimal Ratnayake"), N_("Julien Rivaud"), @@ -199,7 +200,7 @@ static const char* authors[] = { }; static const char* translators[] = { - N_("French:\n\tAlain Fréhel \n\tChristophe Combelles \n\tMartin Blanchard\n\tRomain Arnaud \n"), + N_("French:\n\tAlain Fréhel \n\tChristophe Combelles \n\tMartin Blanchard\n\tRomain Arnaud \n\tOlivier Humbert \n"), N_("German:\n\tKarsten Petersen \ \n\tSebastian Arnold \ \n\tRobert Schwede \ @@ -584,8 +585,9 @@ About::About () std::string splash_file; Searchpath spath(ardour_data_search_path()); + spath.add_subdirectory_to_paths ("resources"); - if (find_file (spath, "splash.png", splash_file)) { + if (find_file (spath, PROGRAM_NAME "-splash.png", splash_file)) { set_logo (Gdk::Pixbuf::create_from_file (splash_file)); } else { error << "Could not find splash file" << endmsg;