diff options
Diffstat (limited to 'src/w32menu.c')
| -rw-r--r-- | src/w32menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index c363fdd72cb..f092ff87bf2 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -1616,7 +1616,7 @@ w32_menu_display_help (HWND owner, HMENU menu, UINT item, UINT flags) | |||
| 1616 | else | 1616 | else |
| 1617 | /* X version has a loop through frames here, which doesn't | 1617 | /* X version has a loop through frames here, which doesn't |
| 1618 | appear to do anything, unless it has some side effect. */ | 1618 | appear to do anything, unless it has some side effect. */ |
| 1619 | show_help_echo (help, Qnil, Qnil, Qnil, 1); | 1619 | show_help_echo (help, Qnil, Qnil, Qnil); |
| 1620 | } | 1620 | } |
| 1621 | } | 1621 | } |
| 1622 | 1622 | ||