x265 update 2.7, findobj upgrade, fix svg init, fix for dragchkbox buttonpress, add...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / gwindowgui.C
index b18920349d34ccb8516030ba3e63209a995c9a4c..d7f639ed35634282db8e33dddaf203437ceed653 100644 (file)
@@ -71,7 +71,7 @@ const char *GWindowGUI::other_text[NON_AUTOMATION_TOTAL] =
        N_("Assets"),
        N_("Titles"),
        N_("Transitions"),
-       N_("Plugin Autos")
+       N_("Plugin Keyframes")
 };
 
 const char *GWindowGUI::auto_text[AUTOMATION_TOTAL] =
@@ -191,7 +191,7 @@ GWindowColorButton::GWindowColorButton(GWindowToggle *auto_toggle, int x, int y,
        this->auto_toggle = auto_toggle;
        this->color = 0;
        for( int i=0; i<3; ++i ) {
-               vframes[i] = new VFrame(w, w, BC_RGBA8888, -1);
+               vframes[i] = new VFrame(w, w, BC_RGBA8888);
                vframes[i]->clear_frame();
        }
 }