aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index fb3baa01ef4..216772edcd8 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1647,7 +1647,7 @@ xmenu_show (struct frame *f, int x, int y, bool for_click, bool keymaps,
1647#endif 1647#endif
1648 1648
1649 wv_title->name = SSDATA (title); 1649 wv_title->name = SSDATA (title);
1650 wv_title->enabled = TRUE; 1650 wv_title->enabled = true;
1651 wv_title->button_type = BUTTON_TYPE_NONE; 1651 wv_title->button_type = BUTTON_TYPE_NONE;
1652 wv_title->help = Qnil; 1652 wv_title->help = Qnil;
1653 wv_title->next = wv_sep1; 1653 wv_title->next = wv_sep1;