X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_suv%2Fsuv.C;h=876e3ab296bde2b3661f95f930d88d8526d89b2c;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hp=5f66b1546bff001173de08e1599a83f43c5f6736;hpb=a6369311556cc1e1877142181d8606e4f68aa803;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/theme_suv/suv.C b/cinelerra-5.1/plugins/theme_suv/suv.C index 5f66b154..876e3ab2 100644 --- a/cinelerra-5.1/plugins/theme_suv/suv.C +++ b/cinelerra-5.1/plugins/theme_suv/suv.C @@ -65,11 +65,7 @@ SUVMain::SUVMain(PluginServer *server) SUVMain::~SUVMain() { } - -const char* SUVMain::plugin_title() -{ - return _("S.U.V."); -} +const char* SUVMain::plugin_title() { return N_("S.U.V."); } Theme* SUVMain::new_theme() { @@ -109,6 +105,7 @@ void SUV::initialize() resources->text_default = 0xbfbfbf; resources->text_background = 0x373737; + resources->text_background_disarmed = 0xaf0000; resources->text_border1 = 0x202020; resources->text_border2 = 0x373737; resources->text_border3 = 0x373737; @@ -612,6 +609,13 @@ void SUV::initialize() "ff_down.png", "ff_checkedhi.png"); + proxy_toggle = new_image_set(5, + "proxy_up.png", + "proxy_hi.png", + "proxy_chkd.png", + "proxy_down.png", + "proxy_chkdhi.png"); + shbtn_data = new_image_set(3, "shbtn_up.png", "shbtn_hi.png",