Fix bug 6833 in bugzilla
[ardour.git] / gtk2_ardour / keyboard.cc
index a84f6478060c1b24e45c6c65e263c45c4f068af8..729337ed1152bbfb9c99c112b1ff6549e3620aaa 100644 (file)
@@ -56,7 +56,7 @@ ArdourKeyboard::find_bindings_files (map<string,string>& files)
        vector<std::string> 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;