X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Finterfaceprefs.C;h=bea12a4a047a4d38c44de2b264b42e99a2ff98a9;hb=refs%2Fheads%2Fmaster;hp=4e80eb86de9dd868f83c33df957bc21c51bbbdc1;hpb=b104b77f5296719bd5e6de8472eb71542ddaedec;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/interfaceprefs.C b/cinelerra-5.1/cinelerra/interfaceprefs.C index 4e80eb86..bea12a4a 100644 --- a/cinelerra-5.1/cinelerra/interfaceprefs.C +++ b/cinelerra-5.1/cinelerra/interfaceprefs.C @@ -100,7 +100,7 @@ void InterfacePrefs::create_objects() add_subwindow(title = new BC_Title(x, y, _("Clicking on edit boundaries does what:"))); title->context_help_set_keyword("Using the Drag Handle with Trim"); y += title->get_h() + ys10; - add_subwindow(title = new BC_Title(x, y, _("Button 1:"))); + add_subwindow(title = new BC_Title(x, y, _("LMB Bt.1:"))); title->context_help_set_keyword("Using the Drag Handle with Trim"); int x1 = x + xS(100); @@ -112,7 +112,7 @@ void InterfacePrefs::create_objects() text->create_objects(); text->context_help_set_keyword("Using the Drag Handle with Trim"); y += ys30; - add_subwindow(title = new BC_Title(x, y, _("Button 2:"))); + add_subwindow(title = new BC_Title(x, y, _("MMB Bt.2:"))); title->context_help_set_keyword("Using the Drag Handle with Trim"); add_subwindow(text = new ViewBehaviourText(x1, y - ys5, @@ -122,7 +122,7 @@ void InterfacePrefs::create_objects() text->create_objects(); text->context_help_set_keyword("Using the Drag Handle with Trim"); y += ys30; - add_subwindow(title = new BC_Title(x, y, _("Button 3:"))); + add_subwindow(title = new BC_Title(x, y, _("RMB Bt.3:"))); title->context_help_set_keyword("Using the Drag Handle with Trim"); add_subwindow(text = new ViewBehaviourText(x1, y - ys5, behavior_to_text(pwindow->thread->edl->session->edit_handle_mode[2]),