/[emacs]/emacs/src/w32menu.c
ViewVC logotype

Diff of /emacs/src/w32menu.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.74 by lute, Mon Jul 4 16:06:37 2005 UTC revision 1.75 by jasonr, Mon Jul 25 22:16:11 2005 UTC
# Line 2418  w32_menu_display_help (HWND owner, HMENU Line 2418  w32_menu_display_help (HWND owner, HMENU
2418        struct frame *f = x_window_to_frame (&one_w32_display_info, owner);        struct frame *f = x_window_to_frame (&one_w32_display_info, owner);
2419        Lisp_Object frame, help;        Lisp_Object frame, help;
2420    
2421        /* No help echo on owner-draw menu items.  */        /* No help echo on owner-draw menu items, or when the keyboard is used
2422        if (flags & MF_OWNERDRAW || flags & MF_POPUP)           to navigate the menus, since tooltips are distracting if they pop
2423             up elsewhere.  */
2424          if (flags & MF_OWNERDRAW || flags & MF_POPUP
2425              || !(flags & MF_MOUSESELECT))
2426          help = Qnil;          help = Qnil;
2427        else        else
2428          {          {

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26