13
0

get MIDI binding maps dir name correct (ugh)

git-svn-id: svn://localhost/ardour2/branches/3.0@9210 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-25 22:15:10 +00:00
parent 08fddb1217
commit d89b808af2

View File

@ -233,7 +233,7 @@ fixup_bundle_environment (int, char* [])
path = "";
}
path += dir_path;
path += "/share/midimaps";
path += "/share/midi_maps";
setenv ("ARDOUR_MIDIMAPS_PATH", path.c_str(), 1);
@ -431,7 +431,7 @@ fixup_bundle_environment (int /*argc*/, char* argv[])
path = "";
}
path += dir_path;
path += "/share/midimaps";
path += "/share/midi_maps";
setenv ("ARDOUR_MIDIMAPS_PATH", path.c_str(), 1);