(w32_menu_display_help): Call show_help_echo with
authorEli Zaretskii <eliz@gnu.org>
Tue, 11 Jul 2000 07:36:21 +0000 (07:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 11 Jul 2000 07:36:21 +0000 (07:36 +0000)
non-zero ok_to_overwrite_keystroke_echo argument.

src/w32menu.c

index 37be85c..8a65c0b 100644 (file)
@@ -2166,7 +2166,7 @@ w32_menu_display_help (HMENU menu, UINT item, UINT flags)
       get_menu_item_info (menu, item, FALSE, &info);
 
       show_help_echo (info.dwItemData ?
-                     build_string ((char *) info.dwItemData) : Qnil);
+                     build_string ((char *) info.dwItemData) : Qnil, 1);
     }
 }