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 string
Session::template_path () Session::template_path ()
{ {
return suffixed_search_path (X_("templates"), true); return suffixed_search_path (templates_dir_name, true);
} }
string string