0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.3.095

Problem:    Win32: In Chinese tear-off menu doesn't work. (Weasley)
Solution:   Use menu_name_equal().  (Alex Jakushev)
This commit is contained in:
Bram Moolenaar 2011-01-04 17:49:32 +01:00
parent 7eb4652e74
commit d91f704b03
2 changed files with 5 additions and 3 deletions

View File

@ -2342,7 +2342,7 @@ gui_find_menu(path_name)
while (menu != NULL) while (menu != NULL)
{ {
if (STRCMP(name, menu->name) == 0 || STRCMP(name, menu->dname) == 0) if (menu_name_equal(name, menu))
{ {
if (menu->children == NULL) if (menu->children == NULL)
{ {

View File

@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
95,
/**/ /**/
94, 94,
/**/ /**/