aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index 37be85c6b3b..8a65c0b635b 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -2166,7 +2166,7 @@ w32_menu_display_help (HMENU menu, UINT item, UINT flags)
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