Mercurial > vim
comparison src/gui_w32.c @ 1288:2a256978a646 v7.1.003
updated for version 7.1-003
author | vimboss |
---|---|
date | Tue, 19 Jun 2007 08:06:18 +0000 |
parents | 198a695ca8e7 |
children | c87f38b71d27 |
comparison
equal
deleted
inserted
replaced
1287:49b5a7f186aa | 1288:2a256978a646 |
---|---|
1049 idButton = (UINT)LOWORD(wParam); | 1049 idButton = (UINT)LOWORD(wParam); |
1050 pMenu = gui_mswin_find_menu(root_menu, idButton); | 1050 pMenu = gui_mswin_find_menu(root_menu, idButton); |
1051 if (pMenu != NULL && pMenu->strings[MENU_INDEX_TIP] != 0 | 1051 if (pMenu != NULL && pMenu->strings[MENU_INDEX_TIP] != 0 |
1052 && GetMenuState(s_menuBar, pMenu->id, MF_BYCOMMAND) != -1) | 1052 && GetMenuState(s_menuBar, pMenu->id, MF_BYCOMMAND) != -1) |
1053 { | 1053 { |
1054 ++msg_hist_off; | |
1054 msg(pMenu->strings[MENU_INDEX_TIP]); | 1055 msg(pMenu->strings[MENU_INDEX_TIP]); |
1056 --msg_hist_off; | |
1055 setcursor(); | 1057 setcursor(); |
1056 out_flush(); | 1058 out_flush(); |
1057 did_menu_tip = TRUE; | 1059 did_menu_tip = TRUE; |
1058 } | 1060 } |
1059 } | 1061 } |