guess what?!
[ardour.git] / gtk2_ardour / mixer_group_tabs.cc
index 290cc30b2a94a9d2fa942e6a61b46ad0a1b3a1e9..da227fedbb1487a4fc60f9811e3014bb1cbbba20 100644 (file)
@@ -103,7 +103,7 @@ MixerGroupTabs::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;