1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/cad/xcircuit/files/patch-ar
Kevin Lo 634fd57ed1 Update to version 2.2.1
PR: 25074
Submitted by: Ports Fury
2001-02-14 12:41:38 +00:00

20 lines
644 B
Plaintext

*** 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)},