From: Good Guy Date: Thu, 23 Apr 2020 01:51:12 +0000 (-0600) Subject: remove unimpl shortcuts ctrl/shft-e for collect/paste effects X-Git-Tag: 2020-04~7 X-Git-Url: https://cinelerra-gg.org/git/?a=commitdiff_plain;h=a76213673ecbfe4d860fb20de1b79ebc0d99c004;p=goodguy%2Fcinelerra.git remove unimpl shortcuts ctrl/shft-e for collect/paste effects --- diff --git a/cinelerra-5.1/cinelerra/editpopup.C b/cinelerra-5.1/cinelerra/editpopup.C index 9df236a7..315b4078 100644 --- a/cinelerra-5.1/cinelerra/editpopup.C +++ b/cinelerra-5.1/cinelerra/editpopup.C @@ -309,7 +309,7 @@ int EditPopupOverwritePlugins::handle_event() EditCollectEffects::EditCollectEffects(MWindow *mwindow, EditPopup *popup) - : BC_MenuItem(_("Collect Effects"), "Ctrl-e", 'e') + : BC_MenuItem(_("Collect Effects")) { this->mwindow = mwindow; this->popup = popup; @@ -324,7 +324,7 @@ int EditCollectEffects::handle_event() } EditPasteEffects::EditPasteEffects(MWindow *mwindow, EditPopup *popup) - : BC_MenuItem(_("Paste Effects"), "Ctrl-Shift-E", 'E') + : BC_MenuItem(_("Paste Effects")) { this->mwindow = mwindow; this->popup = popup;