X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fabout.cc;h=5ecc075c30d15789798db33bb6ed5819b4ae512c;hb=6ee23029a338951705c589be6c61ab52099758b6;hp=29afbbcee8efaf07d2722cfa17e37a8cc778f4eb;hpb=f821c47c530fe165da8bb626ba6278cd4a92937b;p=ardour.git diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 29afbbcee8..5ecc075c30 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -152,6 +152,7 @@ static const char* authors[] = { N_("Stefan Kersten"), N_("Armand Klenk"), N_("Matt Krai"), + N_("Nick Lanham"), N_("Colin Law"), N_("Joshua Leach"), N_("Ben Loftis"), @@ -558,7 +559,7 @@ About::About () sys::path splash_file; - SearchPath spath(ardour_search_path() + system_data_search_path()); + SearchPath spath(ardour_data_search_path()); if (find_file_in_search_path (spath, "splash.png", splash_file)) { set_logo (Gdk::Pixbuf::create_from_file (splash_file.to_string())); @@ -602,6 +603,7 @@ About::show_config_info () config_info = new ConfigInfoDialog; } - config_info->present (); + config_info->run (); + config_info->hide (); }