mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 16:33:14 +01:00
Add ARDOUR::surfaces_dir_name to directory_names.h/cc
git-svn-id: svn://localhost/ardour2/trunk@1962 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4afbeb664a
commit
e3d73847ea
3 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ extern const char* const interchange_dir_name;
|
|||
extern const char* const peak_dir_name;
|
||||
extern const char* const export_dir_name;
|
||||
extern const char* const templates_dir_name;
|
||||
extern const char* const surfaces_dir_name;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -12,5 +12,6 @@ const char* const dead_sound_dir_name = X_("dead_sounds");
|
|||
const char* const interchange_dir_name = X_("interchange");
|
||||
const char* const export_dir_name = X_("export");
|
||||
const char* const templates_dir_name = X_("templates");
|
||||
const char* const surfaces_dir_name = X_("surfaces");
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2114,7 +2114,7 @@ Session::template_path ()
|
|||
string
|
||||
Session::control_protocol_path ()
|
||||
{
|
||||
return suffixed_search_path (X_("surfaces"), false);
|
||||
return suffixed_search_path (surfaces_dir_name, false);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue