aboutsummaryrefslogtreecommitdiff
path: root/cad/xcircuit/files/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'cad/xcircuit/files/patch-ar')
-rw-r--r--cad/xcircuit/files/patch-ar19
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/xcircuit/files/patch-ar b/cad/xcircuit/files/patch-ar
new file mode 100644
index 000000000000..05dd61632b12
--- /dev/null
+++ b/cad/xcircuit/files/patch-ar
@@ -0,0 +1,19 @@
+*** menus.h.orig Wed Feb 14 05:24:42 2001
+--- menus.h Wed Feb 14 05:45:01 2001
+***************
+*** 297,303 ****
+
+ menustruct EditMenu[] = {
+ {"Delete (d)", action(startdelete, NULL)},
+! {"Undelete (u)", action(undelete, Number(DRAW))},
+ {"Copy (c)", action(startcopy, NULL)},
+ {"Edit (e)", action(startedit, NULL)},
+ {"Rotate/Flip", submenu(RotateMenu)},
+--- 297,303 ----
+
+ menustruct EditMenu[] = {
+ {"Delete (d)", action(startdelete, NULL)},
+! {"Undelete (u)", action(startundelete, Number(DRAW))},
+ {"Copy (c)", action(startcopy, NULL)},
+ {"Edit (e)", action(startedit, NULL)},
+ {"Rotate/Flip", submenu(RotateMenu)},