summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword/patches/patch-aj')
-rw-r--r--editors/abiword/patches/patch-aj20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/abiword/patches/patch-aj b/editors/abiword/patches/patch-aj
new file mode 100644
index 00000000000..5536957701e
--- /dev/null
+++ b/editors/abiword/patches/patch-aj
@@ -0,0 +1,20 @@
+$NetBSD: patch-aj,v 1.9 2003/09/26 14:31:40 fredb Exp $
+
+--- src/wp/ap/xp/ap_Menu_Id.h.orig 2001-11-08 20:27:10.000000000 -0600
++++ src/wp/ap/xp/ap_Menu_Id.h
+@@ -33,11 +33,15 @@
+
+ /* the following Id's must start at zero and be contiguous */
+
++
+ #define menuitem(id) AP_MENU_ID_##id,
++#define menuitemlast(id) AP_MENU_ID_##id
+
+ enum _Ap_Menu_Id
+ {
++#define MENUITEMLAST_IS_SPECIAL
+ #include "ap_Menu_Id_List.h"
++#undef MENUITEMLAST_IS_SPECIAL
+ };
+
+