Rename PBD::find_file_in_search_path to just PBD::find_file
[ardour.git] / gtk2_ardour / bundle_env_cocoa.cc
index 3b3094e7f3e2eb895daf0e6773dfc3f77251621e..d8c37e136702419ffbc141a13c60701431b84f47 100644 (file)
@@ -153,7 +153,7 @@ void load_custom_fonts()
 #if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
        std::string ardour_mono_file;
 
-       if (!find_file_in_search_path (ardour_data_search_path(), "ArdourMono.ttf", ardour_mono_file)) {
+       if (!find_file (ardour_data_search_path(), "ArdourMono.ttf", ardour_mono_file)) {
                cerr << _("Cannot find ArdourMono TrueType font") << endl;
        }