mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Oops. Fix XML stuff in GUI as well.
git-svn-id: svn://localhost/ardour2/branches/3.0@4579 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
789bd1d007
commit
64e69c36da
4 changed files with 4 additions and 4 deletions
|
|
@ -94,7 +94,7 @@ Controllable::by_name (const std::string& str)
|
|||
XMLNode&
|
||||
Controllable::get_state ()
|
||||
{
|
||||
XMLNode* node = new XMLNode (X_("controllable"));
|
||||
XMLNode* node = new XMLNode (X_("Controllable"));
|
||||
char buf[64];
|
||||
|
||||
node->add_property (X_("name"), _name); // not reloaded from XML state, just there to look at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue