viewer v/b/i/c with shift, titler rgb float fix
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blue / bluetheme.C
index 33a3fb87e385a98744d6ab4ca5bb13bc85035a29..1e19085580c9e10220d73ed03a9c21e68a72c349 100644 (file)
@@ -68,10 +68,7 @@ BlueDotThemeMain::~BlueDotThemeMain()
 {
 }
 
-const char* BlueDotThemeMain::plugin_title()
-{
-       return _("Blue");
-}
+const char* BlueDotThemeMain::plugin_title() { return N_("Blue"); }
 
 Theme* BlueDotThemeMain::new_theme()
 {
@@ -661,7 +658,7 @@ void BlueDotTheme::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,
@@ -700,7 +697,6 @@ void BlueDotTheme::initialize()
        new_button("picture.png", editpanel_up, editpanel_hi, editpanel_dn, "picture");
        new_button("histogram_img.png", editpanel_up, editpanel_hi, editpanel_dn, "histogram_img");
 
-
        new_button("copy.png", editpanel_up, editpanel_hi, editpanel_dn, "copy");
        new_button("commercial.png", editpanel_up, editpanel_hi, editpanel_dn, "commercial");
        new_button("cut.png", editpanel_up, editpanel_hi, editpanel_dn, "cut");