From b7fd8ccc37991c54a154a7c858da0c70188f7284 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 30 Jan 2023 15:28:13 -0700 Subject: [PATCH] version update with minor changes --- cinelerra-5.1/cinelerra/interfaceprefs.C | 6 +-- cinelerra-5.1/cinelerra/preferences.C | 1 + cinelerra-5.1/doc/brender_tmp_delete.sh | 3 ++ cinelerra-5.1/msg/txt | 48 +++++++++--------------- 4 files changed, 24 insertions(+), 34 deletions(-) create mode 100755 cinelerra-5.1/doc/brender_tmp_delete.sh diff --git a/cinelerra-5.1/cinelerra/interfaceprefs.C b/cinelerra-5.1/cinelerra/interfaceprefs.C index 4e80eb86..8b67d133 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]), diff --git a/cinelerra-5.1/cinelerra/preferences.C b/cinelerra-5.1/cinelerra/preferences.C index 2b8d84bd..6dc9f249 100644 --- a/cinelerra-5.1/cinelerra/preferences.C +++ b/cinelerra-5.1/cinelerra/preferences.C @@ -451,6 +451,7 @@ int Preferences::load_defaults(BC_Hash *defaults) shbtn_prefs.append(new ShBtnPref(_("Setting Shell Commands"), "$CIN_BROWSER file://$CIN_DAT/doc/ShellCmds.html")); shbtn_prefs.append(new ShBtnPref(_("Shortcuts"), "$CIN_BROWSER file://$CIN_DAT/doc/shortcuts.html")); shbtn_prefs.append(new ShBtnPref(_("RenderMux"), "$CIN_DAT/doc/RenderMux.sh")); + shbtn_prefs.append(new ShBtnPref(_("Delete brender files in tmp"), "$CIN_DAT/doc/brender_tmp_delete.sh")); shbtns_total = 0; } for( int i=0; i