mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 22:56:32 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue