mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
Fix midi note max colour typo (miri -> midi).
git-svn-id: svn://localhost/ardour2/branches/3.0@4384 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f895605e33
commit
be668e55e8
2 changed files with 2 additions and 2 deletions
|
|
@ -1394,7 +1394,7 @@ Session::load_routes (const XMLNode& node)
|
|||
boost::shared_ptr<Route> route (XMLRouteFactory (**niter));
|
||||
|
||||
if (route == 0) {
|
||||
error << _("Session: cannot create Route from XML description.") << endmsg;
|
||||
error << _("Session: cannot create Route from XML description.") << endmsg;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue