Use ARDOUR::templates_dir_name in session_state.cc
git-svn-id: svn://localhost/ardour2/trunk@1961 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5401db1856
commit
4afbeb664a
@ -2108,7 +2108,7 @@ Session::suffixed_search_path (string suffix, bool data)
|
||||
string
|
||||
Session::template_path ()
|
||||
{
|
||||
return suffixed_search_path (X_("templates"), true);
|
||||
return suffixed_search_path (templates_dir_name, true);
|
||||
}
|
||||
|
||||
string
|
||||
|
Loading…
Reference in New Issue
Block a user