X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fkeyboard.cc;h=729337ed1152bbfb9c99c112b1ff6549e3620aaa;hb=cfbc42cd3afe32ba189e3760ffeb33cabcd0e5ae;hp=a84f6478060c1b24e45c6c65e263c45c4f068af8;hpb=17ace643e4edbec1e5bd7b446d039f8c94beef75;p=ardour.git diff --git a/gtk2_ardour/keyboard.cc b/gtk2_ardour/keyboard.cc index a84f647806..729337ed11 100644 --- a/gtk2_ardour/keyboard.cc +++ b/gtk2_ardour/keyboard.cc @@ -56,7 +56,7 @@ ArdourKeyboard::find_bindings_files (map& files) vector found; Searchpath spath = ardour_config_search_path(); - find_files_matching_pattern (found, spath, string_compose ("*.%1", Keyboard::binding_filename_suffix)); + find_files_matching_pattern (found, spath, string_compose ("*%1", Keyboard::binding_filename_suffix)); if (found.empty()) { return;