mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Set the name of the route in a route template to the template name
This commit is contained in:
parent
b03ee727e9
commit
67bec5b5be
1 changed files with 1 additions and 0 deletions
|
|
@ -4022,6 +4022,7 @@ Route::save_as_template (const string& path, const string& name)
|
|||
PBD::Unwinder<std::string> uw (_session._template_state_dir, state_dir);
|
||||
|
||||
XMLNode& node (state (false));
|
||||
node.set_property (X_("name"), name);
|
||||
|
||||
XMLTree tree;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue