comparison src/w32menu.c @ 30145:e75b1b3a94f4

(w32_menu_display_help): Call show_help_echo with non-zero ok_to_overwrite_keystroke_echo argument.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 11 Jul 2000 07:36:21 +0000
parents baccf5e9ab70
children 6d045b9631ad
comparison
equal deleted inserted replaced
30144:90534519c7b2 30145:e75b1b3a94f4
2164 info.cbSize = sizeof (info); 2164 info.cbSize = sizeof (info);
2165 info.fMask = MIIM_DATA; 2165 info.fMask = MIIM_DATA;
2166 get_menu_item_info (menu, item, FALSE, &info); 2166 get_menu_item_info (menu, item, FALSE, &info);
2167 2167
2168 show_help_echo (info.dwItemData ? 2168 show_help_echo (info.dwItemData ?
2169 build_string ((char *) info.dwItemData) : Qnil); 2169 build_string ((char *) info.dwItemData) : Qnil, 1);
2170 } 2170 }
2171 } 2171 }
2172 2172
2173 2173
2174 2174