diff -r 012418e7dc90 -r bcf880b29bc3 ui/motif/stock.c --- a/ui/motif/stock.c Thu Apr 03 11:12:22 2014 +0200 +++ b/ui/motif/stock.c Thu Apr 03 14:16:41 2014 +0200 @@ -46,6 +46,10 @@ ui_add_stock_item(UI_STOCK_REDO, "Redo", NULL, NULL, NULL); ui_add_stock_item(UI_STOCK_GO_BACK, "Back", NULL, NULL, NULL); ui_add_stock_item(UI_STOCK_GO_FORWARD, "Forward", NULL, NULL, NULL); + ui_add_stock_item(UI_STOCK_CUT, "Cut", "CtrlX", "Ctrl+X", NULL); + ui_add_stock_item(UI_STOCK_COPY, "Copy", "CtrlC", "Ctrl+C", NULL); + ui_add_stock_item(UI_STOCK_PASTE, "Paste", "CtrlV", "Ctrl+V", NULL); + ui_add_stock_item(UI_STOCK_DELETE, "Delete", NULL, NULL, NULL); } void ui_add_stock_item(char *id, char *label, char *accelerator, char *accelerator_label, void *icon) {