use the same location for MIDNAM files as the packaging/install uses

git-svn-id: svn://localhost/ardour2/branches/3.0@13989 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-24 13:37:19 +00:00
parent 8584c29933
commit 7ae98e92ed

View file

@ -34,7 +34,7 @@ namespace ARDOUR {
SearchPath
midi_patch_search_path ()
{
SearchPath spath (ardour_config_search_path());
SearchPath spath (ardour_data_search_path());
spath.add_subdirectory_to_paths(midi_patch_dir_name);
bool midi_patch_path_defined = false;