add proxy quick switch, folder lock, shortcuts update, bsd GL tweak
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blue / bluetheme.C
index c66ff351ea081e77390834fe236bf3cb432efd37..6bad18b8c9552c7fa0a23d7ef70608ac41dad2b7 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()
 {
@@ -111,6 +108,7 @@ void BlueDotTheme::initialize()
 
        resources->text_default = 0xeeeeff;
        resources->text_background = 0x1a1447;
+       resources->text_background_disarmed = 0x7282d4;
        resources->text_border1 = 0x202020;
        resources->text_border2 = 0x1a1447;
        resources->text_border3 = 0x1a1447;
@@ -624,6 +622,13 @@ void BlueDotTheme::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",