projects
/
goodguy
/
cinelerra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e719f12
)
remove unimpl shortcuts ctrl/shft-e for collect/paste effects
author
Good Guy
<good1.2guy@gmail.com>
Thu, 23 Apr 2020 01:51:12 +0000
(19:51 -0600)
committer
Good Guy
<good1.2guy@gmail.com>
Thu, 23 Apr 2020 01:51:12 +0000
(19:51 -0600)
cinelerra-5.1/cinelerra/editpopup.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/editpopup.C
b/cinelerra-5.1/cinelerra/editpopup.C
index 9df236a73f3e283ffea2bc49775e44168e2d497c..315b4078d42455b88c7aa2a57e54870b5d9cccb4 100644
(file)
--- 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;