mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
mute and send-alert buttons are now ArdourButtons
git-svn-id: svn://localhost/ardour2/branches/3.0@10397 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
36803567f0
commit
592bfa3616
15 changed files with 91 additions and 69 deletions
|
|
@ -292,7 +292,7 @@ UIConfiguration::color_by_name (const std::string& name)
|
|||
return i->second->get();
|
||||
}
|
||||
|
||||
// cerr << string_compose (_("Color %1 not found"), name) << endl;
|
||||
cerr << string_compose (_("Color %1 not found"), name) << endl;
|
||||
return RGBA_TO_UINT (random()%256,random()%256,random()%256,0xff);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue