add scaled icon data
[goodguy/history.git] / cinelerra-5.0 / plugins / defaulttheme / defaulttheme.C
index 4ff810d10f5a985f4221da048e1b6f7e6abdcde8..b57f70d35293e545beb6888c92484462b4121076 100644 (file)
@@ -69,7 +69,7 @@ DefaultThemeMain::~DefaultThemeMain()
 
 char* DefaultThemeMain::plugin_title()
 {
-       return "Blond";
+       return _("Blond");
 }
 
 Theme* DefaultThemeMain::new_theme()
@@ -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",