13
0

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:
Tim Mayberry 2007-06-07 03:23:19 +00:00
parent 5401db1856
commit 4afbeb664a

View File

@ -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