summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/template_utils.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-21 02:00:05 +0200
committerRobin Gareus <robin@gareus.org>2017-09-21 02:01:12 +0200
commit0fd861d8dedbaa5d262432b05cf9b1fe66381eab (patch)
treeafb75ee6a11b5e57ac086473068ea4142fe5dee8 /libs/ardour/ardour/template_utils.h
parenta42f6ff8288d6065bdf2fb27a0ef4457f7ec21d3 (diff)
s/created with/modified with/
Once a session has been saved by a more recent version or a different variant, the session file is tied to that version/variant. The created-with version is only for debug purposes and internal use.
Diffstat (limited to 'libs/ardour/ardour/template_utils.h')
-rw-r--r--libs/ardour/ardour/template_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/template_utils.h b/libs/ardour/ardour/template_utils.h
index 07ba1d62ae..f556e2c068 100644
--- a/libs/ardour/ardour/template_utils.h
+++ b/libs/ardour/ardour/template_utils.h
@@ -38,7 +38,7 @@ namespace ARDOUR {
std::string name;
std::string path;
std::string description;
- std::string created_with;
+ std::string modified_with;
};
LIBARDOUR_API void find_route_templates (std::vector<TemplateInfo>& template_names);