bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blond / blondtheme.C
index de0343ba9bee87e506819c3d90d2ed6e01c3a3d5..c6bbc6e67bec24c3d61d5f4709fc14ae761a0a99 100644 (file)
@@ -68,10 +68,7 @@ BlondThemeMain::~BlondThemeMain()
 {
 }
 
-const char* BlondThemeMain::plugin_title()
-{
-       return _("Blond");
-}
+const char* BlondThemeMain::plugin_title() { return N_("Blond"); }
 
 Theme* BlondThemeMain::new_theme()
 {
@@ -111,6 +108,7 @@ void BlondTheme::initialize()
 
        resources->text_default = 0x000000;
        resources->text_background = 0xcecea2;
+       resources->text_background_disarmed = 0xefeddb;
        resources->text_border1 = 0x202020;
        resources->text_border2 = 0xcecea2;
        resources->text_border3 = 0xcecea2;
@@ -624,6 +622,13 @@ void BlondTheme::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",