summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 285e3fd4c4..a182b2af6e 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -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