packaging tweaks for OS X
[ardour.git] / gtk2_ardour / about.cc
index 29afbbcee8efaf07d2722cfa17e37a8cc778f4eb..5ecc075c30d15789798db33bb6ed5819b4ae512c 100644 (file)
@@ -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 ();
 }