diff options
| -rw-r--r-- | lwlib/xlwmenu.c | 3 | ||||
| -rw-r--r-- | lwlib/xlwmenuP.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index b128e6cefb1..77b61d32e21 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c | |||
| @@ -131,6 +131,9 @@ xlwMenuTranslations [] = | |||
| 131 | 131 | ||
| 132 | /* FIXME: F10 should enter the menu, the first one in the menu-bar. */ | 132 | /* FIXME: F10 should enter the menu, the first one in the menu-bar. */ |
| 133 | 133 | ||
| 134 | /* FIXME: HAVE_X_I18N does not work yet. */ | ||
| 135 | #undef HAVE_X_I18N | ||
| 136 | |||
| 134 | #define offset(field) XtOffset(XlwMenuWidget, field) | 137 | #define offset(field) XtOffset(XlwMenuWidget, field) |
| 135 | static XtResource | 138 | static XtResource |
| 136 | xlwMenuResources[] = | 139 | xlwMenuResources[] = |
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index 9937aa174ef..12cc1790d9d 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h | |||
| @@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 24 | #include "xlwmenu.h" | 24 | #include "xlwmenu.h" |
| 25 | #include <X11/CoreP.h> | 25 | #include <X11/CoreP.h> |
| 26 | 26 | ||
| 27 | /* FIXME: HAVE_X_I18N does not work yet. */ | ||
| 28 | #undef HAVE_X_I18N | ||
| 29 | |||
| 27 | /* Elements in the stack arrays. */ | 30 | /* Elements in the stack arrays. */ |
| 28 | typedef struct _window_state | 31 | typedef struct _window_state |
| 29 | { | 32 | { |