mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Cont'd work on route-templates
This commit is contained in:
parent
9f1350a833
commit
1a70a2f977
5 changed files with 96 additions and 7 deletions
|
|
@ -568,7 +568,7 @@ SessionDialog::populate_session_templates ()
|
|||
LuaScriptList& ms (LuaScripting::instance ().scripts (LuaScriptInfo::SessionInit));
|
||||
for (LuaScriptList::const_iterator s = ms.begin(); s != ms.end(); ++s) {
|
||||
TreeModel::Row row = *(template_model->append ());
|
||||
row[session_template_columns.name] = "Meta: " + (*s)->name;
|
||||
row[session_template_columns.name] = (*s)->name;
|
||||
row[session_template_columns.path] = "urn:ardour:" + (*s)->path;
|
||||
row[session_template_columns.description] = (*s)->description;
|
||||
row[session_template_columns.created_with_short] = _("{Factory Template}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue