fix up requested color names everywhere.

Thank <deity> for emacs ... space-uncamelcase-word-at-point FTW
This commit is contained in:
Paul Davis 2014-12-14 16:15:38 -05:00
parent f00fa04f10
commit 56ca52651e
30 changed files with 195 additions and 195 deletions

View file

@ -763,8 +763,8 @@ GenericPluginUI::build_control_ui (const Evoral::Parameter& param,
0xcccc00ff, 0xcccc00ff,
0xffaa00ff, 0xffaa00ff,
0xff0000ff,
ARDOUR_UI::config()->color ("MeterBackgroundBot"),
ARDOUR_UI::config()->color ("MeterBackgroundTop")
ARDOUR_UI::config()->color ("meter background bottom"),
ARDOUR_UI::config()->color ("meter background top")
);
info->min_unbound = desc.min_unbound;