diff options
Diffstat (limited to 'calendar/modules')
-rw-r--r-- | calendar/modules/e-memo-shell-view-actions.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/modules/e-memo-shell-view-actions.c b/calendar/modules/e-memo-shell-view-actions.c index 4f487b7e7d..228de43651 100644 --- a/calendar/modules/e-memo-shell-view-actions.c +++ b/calendar/modules/e-memo-shell-view-actions.c @@ -677,6 +677,10 @@ static EPopupActionEntry memo_popup_entries[] = { NULL, "memo-clipboard-cut" }, + { "memo-popup-clipboard-paste", + NULL, + "memo-clipboard-paste" }, + { "memo-popup-delete", NULL, "memo-delete" }, |