fix up requested color names everywhere.
[ardour.git] / gtk2_ardour / editor_group_tabs.cc
index 9c77f5ea17214a2ca201149bdaebe84128c330d5..f58c4a22d61807ee6b8148af59d5bf71d3db9412 100644 (file)
@@ -95,7 +95,7 @@ EditorGroupTabs::draw_tab (cairo_t* cr, Tab const & tab) const
        if (tab.group && tab.group->is_active()) {
                ArdourCanvas::color_to_rgba (tab.color, r, g, b, a);
        } else {
-               ArdourCanvas::color_to_rgba (ARDOUR_UI::config()->color ("InactiveGroupTab"), r, g, b, a);
+               ArdourCanvas::color_to_rgba (ARDOUR_UI::config()->color ("inactive group tab"), r, g, b, a);
        }
 
        a = 1.0;