mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 04:45:58 +01:00
Fix script name of pre-seeded scripts (amend c2ffa07e28)
This commit is contained in:
parent
cbe4de0f5a
commit
b6ae22cfed
1 changed files with 1 additions and 1 deletions
|
|
@ -1509,7 +1509,7 @@ LuaInstance::pre_seed_script (std::string const& name, int& id)
|
|||
LuaScriptParamList lsp = LuaScriptParams::script_params (ls, spi->path, "action_params");
|
||||
LuaScriptParamPtr lspp (new LuaScriptParam("x-script-origin", "", spi->path, false, true));
|
||||
lsp.push_back (lspp);
|
||||
set_lua_action (id++, "Mixer Screenshot", script, lsp);
|
||||
set_lua_action (id++, name, script, lsp);
|
||||
} catch (...) { }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue