Index: public/fpdf_formfill.h |
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h |
index 09674b007c28ea763f6dfebfd8e5a84e6fcc0637..d6fddf19bdba2904989ffac7d4a7404c85374d6a 100644 |
--- a/public/fpdf_formfill.h |
+++ b/public/fpdf_formfill.h |
@@ -356,12 +356,12 @@ typedef struct _FPDF_SYSTEMTIME { |
* @name Macro Definitions for Right Context Menu Features Of XFA Fields |
*/ |
/*@{*/ |
-#define FXFA_MEMU_COPY 1 |
-#define FXFA_MEMU_CUT 2 |
-#define FXFA_MEMU_SELECTALL 4 |
-#define FXFA_MEMU_UNDO 8 |
-#define FXFA_MEMU_REDO 16 |
-#define FXFA_MEMU_PASTE 32 |
+#define FXFA_MENU_COPY 1 |
+#define FXFA_MENU_CUT 2 |
+#define FXFA_MENU_SELECTALL 4 |
+#define FXFA_MENU_UNDO 8 |
+#define FXFA_MENU_REDO 16 |
+#define FXFA_MENU_PASTE 32 |
/*@}*/ |
// file type |
@@ -870,7 +870,7 @@ typedef struct _FPDF_FORMFILLINFO { |
*function. |
* hWidget - Handle to XFA fields. |
* menuFlag - The menu flags. Please refer to macro definition |
- *of FXFA_MEMU_XXX and this can be one or a combination of these macros. |
+ *of FXFA_MENU_XXX and this can be one or a combination of these macros. |
* x - X position of the client area in PDF page |
*coordinate. |
* y - Y position of the client area in PDF page |