diff src/xmenu.c @ 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 0f6a0e86ee24
children 127e54f8220e
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;
     }