mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Rename PBD::find_file_in_search_path to just PBD::find_file
saves a bit of typing and not necessary if you look at how it is used. Conflicts: gtk2_ardour/about.cc gtk2_ardour/session_dialog.cc libs/pbd/system_exec.cc
This commit is contained in:
parent
093fb77b88
commit
dbcc1f1d39
30 changed files with 58 additions and 59 deletions
|
|
@ -698,7 +698,7 @@ Editor::load_bindings ()
|
|||
|
||||
std::string binding_file;
|
||||
|
||||
if (find_file_in_search_path (ardour_config_search_path(), "editor.bindings", binding_file)) {
|
||||
if (find_file (ardour_config_search_path(), "editor.bindings", binding_file)) {
|
||||
key_bindings.load (binding_file);
|
||||
info << string_compose (_("Loaded editor bindings from %1"), binding_file) << endmsg;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue