Minor code improvements

This commit is contained in:
Bruno
2021-05-17 16:13:21 +02:00
parent 2333a7a11a
commit 7a9fcaefd6
4 changed files with 8 additions and 8 deletions

View File

@@ -400,7 +400,7 @@ void Mixer::insertSource(Source *s, View::Mode m)
attach(s);
// new state in history manager
Action::manager().store(s->name() + std::string(" source inserted"));
Action::manager().store(s->name() + std::string(": source inserted"));
// if requested to show the source in a given view
// (known to work for View::MIXING et TRANSITION: other views untested)