add scaled icon data
[goodguy/history.git] / cinelerra-5.0 / plugins / defaulttheme / defaulttheme.C
index c7b77b87dc4664bd6c080df794d307462150a54a..b57f70d35293e545beb6888c92484462b4121076 100644 (file)
@@ -309,6 +309,17 @@ void DefaultTheme::initialize()
                "labeltoggle_dn.png", 
                "label_checkedhi.png");
 
+       ffmpeg_toggle = new_image_set(5,
+               "ff_up.png", 
+               "ff_hi.png", 
+               "ff_checked.png", 
+               "ff_down.png", 
+               "ff_checkedhi.png");
+
+       shbtn_data = new_image_set(3,
+               "shbtn_up.png",
+               "shbtn_hi.png",
+               "shbtn_dn.png");
 
        statusbar_cancel_data = new_image_set(3,
                "statusbar_cancel_up.png",