mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Rename ARDOUR::system_module_directory ARDOUR::ardour_module_directory
git-svn-id: svn://localhost/ardour2/trunk@2052 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fca7e674c1
commit
1c8fc3c584
3 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ namespace ARDOUR {
|
||||||
* @return the path to the directory that contains the system wide ardour
|
* @return the path to the directory that contains the system wide ardour
|
||||||
* modules.
|
* modules.
|
||||||
*/
|
*/
|
||||||
sys::path system_module_directory ();
|
sys::path ardour_module_directory ();
|
||||||
|
|
||||||
} // namespace ARDOUR
|
} // namespace ARDOUR
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ control_protocol_search_path ()
|
||||||
|
|
||||||
SearchPath spath(user_config_directory ());
|
SearchPath spath(user_config_directory ());
|
||||||
|
|
||||||
spath += system_module_directory ();
|
spath += ardour_module_directory ();
|
||||||
|
|
||||||
spath.add_subdirectory_to_paths(surfaces_dir_name);
|
spath.add_subdirectory_to_paths(surfaces_dir_name);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ user_config_directory ()
|
||||||
}
|
}
|
||||||
|
|
||||||
sys::path
|
sys::path
|
||||||
system_module_directory ()
|
ardour_module_directory ()
|
||||||
{
|
{
|
||||||
sys::path module_directory(MODULE_DIR);
|
sys::path module_directory(MODULE_DIR);
|
||||||
module_directory /= "ardour2";
|
module_directory /= "ardour2";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue