mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-07 00:10:00 +01:00
Cosmetics: improved naming and actions on SessionSources (Groups and
File)
This commit is contained in:
4
View.cpp
4
View.cpp
@@ -266,8 +266,8 @@ void View::lock(Source *s, bool on)
|
||||
{
|
||||
s->setLocked(on);
|
||||
if (on)
|
||||
Action::manager().store(s->name() + std::string(" lock."));
|
||||
Action::manager().store(s->name() + std::string(": lock."));
|
||||
else
|
||||
Action::manager().store(s->name() + std::string(" unlock."));
|
||||
Action::manager().store(s->name() + std::string(": unlock."));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user