summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/filesystem_paths.cc')
-rw-r--r--libs/ardour/filesystem_paths.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/filesystem_paths.cc b/libs/ardour/filesystem_paths.cc
index dd41198142..d36bce2146 100644
--- a/libs/ardour/filesystem_paths.cc
+++ b/libs/ardour/filesystem_paths.cc
@@ -56,7 +56,7 @@ sys::path
ardour_module_directory ()
{
sys::path module_directory(MODULE_DIR);
- module_directory /= "ardour2";
+ module_directory /= "ardour3";
return module_directory;
}
@@ -80,7 +80,7 @@ system_config_search_path ()
#endif
- config_path.add_subdirectory_to_paths("ardour2");
+ config_path.add_subdirectory_to_paths("ardour3");
return config_path;
}
@@ -98,7 +98,7 @@ system_data_search_path ()
#endif
- data_path.add_subdirectory_to_paths("ardour2");
+ data_path.add_subdirectory_to_paths("ardour3");
return data_path;
}