X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_bright%2Fbrighttheme.C;h=2ad0b127e5067305269eeffff30a093ee251f590;hp=0e83545b81cccf01ba782787b6024c6077184e20;hb=723142d62d61cde588e961426440f839ca9dcda9;hpb=6338f0b010dfd93ae6a823970d853cfdd5279500 diff --git a/cinelerra-5.1/plugins/theme_bright/brighttheme.C b/cinelerra-5.1/plugins/theme_bright/brighttheme.C index 0e83545b..2ad0b127 100644 --- a/cinelerra-5.1/plugins/theme_bright/brighttheme.C +++ b/cinelerra-5.1/plugins/theme_bright/brighttheme.C @@ -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() { @@ -667,7 +664,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, @@ -704,7 +701,7 @@ void BrightTheme::initialize() "scope_toggle"); new_button("picture.png", editpanel_up, editpanel_hi, editpanel_dn, "picture"); - new_button("histogram.png", editpanel_up, editpanel_hi, editpanel_dn, "histogram"); + 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");