major rationalization of use of search paths. ardour now has just 4 functions used...
[ardour.git] / gtk2_ardour / splash.cc
index 8d6e84bae2323b73b964deed51c5b6773ea5a812..f91ae89e697a625a45673c801d7a912e9e1de218 100644 (file)
@@ -22,7 +22,7 @@ Splash::Splash ()
 {
        sys::path splash_file;
 
-       if (!find_file_in_search_path (ardour_search_path() + system_data_search_path(), "splash.png", splash_file)) {
+       if (!find_file_in_search_path (ardour_data_search_path(), "splash.png", splash_file)) {
                throw failed_constructor();
        }