ui/motif/stock.c

changeset 5
19d37cb9c96c
parent 3
c1a75454b444
child 17
db95c0104937
--- a/ui/motif/stock.c	Sat Mar 22 15:34:20 2014 +0100
+++ b/ui/motif/stock.c	Sat Mar 22 19:45:44 2014 +0100
@@ -42,6 +42,8 @@
     ui_add_stock_item(UI_STOCK_SAVE, "Save", NULL);
     ui_add_stock_item(UI_STOCK_SAVE_AS, "Save as ...", NULL);
     ui_add_stock_item(UI_STOCK_CLOSE, "Close", NULL);
+    ui_add_stock_item(UI_STOCK_UNDO, "Undo", NULL);
+    ui_add_stock_item(UI_STOCK_REDO, "Redo", NULL);
 }
 
 void ui_add_stock_item(char *id, char *label, void *icon) {

mercurial