aboutsummaryrefslogtreecommitdiff
path: root/editors/AbiWord
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-29 21:34:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-29 21:34:34 +0000
commitaac91557ee59f616d682b69900eca998b2af066e (patch)
treedf2beef7e7f1d43fa1157801c3ed17a44b3e294f /editors/AbiWord
parent4030c045ad6a816bf3d8e42172d94575924099f4 (diff)
Notes
Diffstat (limited to 'editors/AbiWord')
-rw-r--r--editors/AbiWord/files/patch-src_wp_ap_xp_ap_Menu_Layouts.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/AbiWord/files/patch-src_wp_ap_xp_ap_Menu_Layouts.cpp b/editors/AbiWord/files/patch-src_wp_ap_xp_ap_Menu_Layouts.cpp
new file mode 100644
index 000000000000..a93b07d55582
--- /dev/null
+++ b/editors/AbiWord/files/patch-src_wp_ap_xp_ap_Menu_Layouts.cpp
@@ -0,0 +1,10 @@
+--- src/wp/ap/xp/ap_Menu_Layouts.cpp.orig Fri Aug 29 17:25:41 2003
++++ src/wp/ap/xp/ap_Menu_Layouts.cpp Fri Aug 29 17:28:04 2003
+@@ -443,6 +443,7 @@
+ m_pLabelSet->setLabel( (AP_MENU_ID_##id), \
+ pSS->getValue(AP_STRING_ID_MENU_LABEL_##id), \
+ pSS->getValue(AP_STRING_ID_MENU_STATUSLINE_##id) );
++ #define lastmenuitem(id) menuitem(id)
+ #include "ap_Menu_Id_List.h"
+ #undef menuitem
+ return true;