add descratch plugin, single frame silence insert, docs
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_bright / brighttheme.C
index 1bfb1666d57b18e3759619b520b927d78ed3b3d3..30a6be942b3c3d1c7bcf70fff22d7cdadcc141de 100644 (file)
@@ -66,10 +66,7 @@ BrightThemeMain::~BrightThemeMain()
 {
 }
 
-const char* BrightThemeMain::plugin_title()
-{
-       return _("Bright");
-}
+const char* BrightThemeMain::plugin_title() { return N_("Bright"); }
 
 Theme* BrightThemeMain::new_theme()
 {
@@ -109,6 +106,7 @@ void BrightTheme::initialize()
 
        resources->text_default = 0x000000;
        resources->text_background = 0xffffff;
+       resources->text_background_disarmed = 0xaaaaaa;
        resources->text_background_hi = 0xffffff;
        resources->text_border1 = 0x000000;
        resources->text_border2 = 0xffffff;
@@ -667,7 +665,7 @@ void BrightTheme::initialize()
        new_button("center_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "center_justify");
        new_button("channel.png", editpanel_up, editpanel_hi, editpanel_dn, "channel");
 
-       new_toggle("histogram.png",
+       new_toggle("histogram_toggle.png",
                editpanel_up,
                editpanel_hi,
                editpanel_checked,