Mercurial > emacs
changeset 95730:c3a24b1a8412
(set_frame_menubar): Sync with version in xmenu.c.
(w32_menu_show): Sync with xmenu_show in xmenu.c.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 09 Jun 2008 23:04:43 +0000 |
parents | 7aa7574f6edd |
children | dce2a8a02b4e |
files | src/xmenu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Mon Jun 09 22:06:21 2008 +0000 +++ b/src/xmenu.c Mon Jun 09 23:04:43 2008 +0000 @@ -2114,8 +2114,8 @@ wv_title->name = (char *) SDATA (title); wv_title->enabled = TRUE; wv_title->button_type = BUTTON_TYPE_NONE; + wv_title->help = Qnil; wv_title->next = wv_sep1; - wv_title->help = Qnil; first_wv->contents = wv_title; }