X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fgwindowgui.C;h=97a9adc2da970616ef6d263430214ae992df6879;hb=b9f98da8f1cd8b7b31ead02fa41f299b56cac3da;hp=b18920349d34ccb8516030ba3e63209a995c9a4c;hpb=0513350234a8dcd08e5a0117d5121724ef7b76b6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/gwindowgui.C b/cinelerra-5.1/cinelerra/gwindowgui.C index b1892034..97a9adc2 100644 --- a/cinelerra-5.1/cinelerra/gwindowgui.C +++ b/cinelerra-5.1/cinelerra/gwindowgui.C @@ -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(); } } @@ -353,7 +353,7 @@ int GWindowColorButton::handle_event() void GWindowGUI::create_objects() { int x = 10, y = 10; - lock_window("GWindowGUI::create_objects 1"); + lock_window("GWindowGUI::create_objects"); for( int i=0; i<(int)(sizeof(toggle_order)/sizeof(toggle_order[0])); ++i ) { toggleinfo *tp = &toggle_order[i];